mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
changed stickers toggle
This commit is contained in:
parent
eaa3594bf9
commit
898176a68f
1 changed files with 5 additions and 1 deletions
|
@ -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 = () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue