shortcut key for clearing masks
This commit is contained in:
parent
ed309a034d
commit
7d08c6c0c0
1 changed files with 3 additions and 0 deletions
|
@ -37,3 +37,6 @@ keyboard.onShortcut({key: "Backquote"}, () => {
|
||||||
hax0r.style.display = "none";
|
hax0r.style.display = "none";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
keyboard.onShortcut({key: "Delete"}, () => {
|
||||||
|
maskPaintLayer.clear();
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in a new issue