diff --git a/src/modules/Editor.ts b/src/modules/Editor.ts index 335894d..37705b3 100644 --- a/src/modules/Editor.ts +++ b/src/modules/Editor.ts @@ -154,7 +154,7 @@ export class Editor { triggerOnChange = () => { if (this.isEmpty !== this.getIsEmpty()) this.setIsEmpty(this.isEmpty); - if (this.getEditing() && this.getChanged()) this.setChanged(true); + if (this.getEditing() && !this.getChanged()) this.setChanged(true); }; createStickerOnClick = (e) => {