mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed pixel grid bug
This commit is contained in:
@@ -28,9 +28,6 @@ const LayerList = (() => {
|
||||
}
|
||||
function hideMenu() {
|
||||
if (EditorState.documentCreated()) {
|
||||
if (!confirm('Switching to basic mode will flatten all the visible layers. Are you sure you want to continue?')) {
|
||||
return;
|
||||
}
|
||||
// Selecting the current layer
|
||||
currFile.currentLayer.selectLayer();
|
||||
// Flatten the layers
|
||||
|
||||
Reference in New Issue
Block a user