mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
fixed stickers editing
This commit is contained in:
parent
f2758843bf
commit
76d6cb3717
4 changed files with 17 additions and 3 deletions
|
@ -48,7 +48,7 @@ export class Editor {
|
|||
// map, editor: this,
|
||||
// });
|
||||
|
||||
this.stickers = new Stickers({ map, lockMapClicks, triggerOnChange });
|
||||
this.stickers = new Stickers({ map, lockMapClicks, triggerOnChange, editor: this });
|
||||
this.router = new Router({
|
||||
map, lockMapClicks, setRouterPoints: this.setRouterPoints, changeMode, pushPolyPoints
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue