Fixed history for canvas edits

This commit is contained in:
unsettledgames
2020-06-23 23:29:13 +02:00
parent 927be7c310
commit 8201099ad5
3 changed files with 17 additions and 14 deletions

View File

@@ -81,7 +81,7 @@ class Layer {
currentID++;
}
this.id = id;
this.id = "layer" + id;
if (menuEntry != null) {
menuEntry.id = "layer" + id;