mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Implemented history state for adding layers
This commit is contained in:
@@ -518,4 +518,5 @@ function addLayer() {
|
||||
|
||||
// Insert it before the Add layer button
|
||||
layerList.insertBefore(toAppend, layerList.childNodes[0]);
|
||||
new HistoryStateAddLayer(newLayer);
|
||||
}
|
Reference in New Issue
Block a user