not showing sticker dialog after adding sticker

This commit is contained in:
Integral Team 2019-09-11 12:51:00 +07:00
parent 017d2c75b6
commit c1e3c6f383
2 changed files with 74 additions and 170 deletions

View file

@ -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 => {