mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Implemented merge, rename and flatten options
This commit is contained in:
@@ -68,7 +68,7 @@ window.addEventListener("mouseup", function (mouseEvent) {
|
||||
|
||||
closeMenu();
|
||||
|
||||
if (!isChildOfByClass(mouseEvent.target, "layers-menu-entry")) {
|
||||
if (currentLayer != null && !isChildOfByClass(mouseEvent.target, "layers-menu-entry")) {
|
||||
currentLayer.closeOptionsMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user