forked from MapComplete/MapComplete
Add zoom functionality to minimap
This commit is contained in:
parent
5e991bdc02
commit
3cec4eccff
3 changed files with 49 additions and 16 deletions
|
@ -31,7 +31,7 @@ export default class Minimap extends BaseUIElement {
|
|||
Minimap._nextId++
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected InnerConstructElement(): HTMLElement {
|
||||
const div = document.createElement("div")
|
||||
div.id = this._id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue