mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed changed
This commit is contained in:
parent
073ef2b16a
commit
cb73e43b02
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue