mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
not showing sticker dialog after adding sticker
This commit is contained in:
parent
017d2c75b6
commit
c1e3c6f383
2 changed files with 74 additions and 170 deletions
|
@ -228,7 +228,7 @@ export class Editor {
|
|||
this.stickers.createSticker({ latlng, sticker: this.activeSticker.sticker, set: this.activeSticker.set });
|
||||
this.setActiveSticker(null);
|
||||
this.setChanged(true);
|
||||
this.setMode(MODES.STICKERS_SELECT);
|
||||
// this.setMode(MODES.STICKERS_SELECT);
|
||||
};
|
||||
|
||||
changeMode = (mode: IRootState['mode']): void => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue