changed stickers toggle

This commit is contained in:
muerwre 2018-08-27 10:44:31 +07:00
parent eaa3594bf9
commit 898176a68f

View file

@ -138,7 +138,11 @@ export class Editor {
}; };
clearSticker = () => { clearSticker = () => {
this.setSticker(null); if (this.activeSticker) {
this.setSticker(null);
} else {
this.changeMode(MODES.NONE);
}
}; };
clearAll = () => { clearAll = () => {