mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed history for canvas edits
This commit is contained in:
@@ -81,7 +81,7 @@ class Layer {
|
||||
currentID++;
|
||||
}
|
||||
|
||||
this.id = id;
|
||||
this.id = "layer" + id;
|
||||
|
||||
if (menuEntry != null) {
|
||||
menuEntry.id = "layer" + id;
|
||||
|
||||
Reference in New Issue
Block a user