mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started implementing sortable layers (revert here)
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
// Making the palette list sortable
|
||||
new Sortable(document.getElementById("layers-menu"), {
|
||||
animation: 100
|
||||
});
|
||||
|
||||
// HTML element that contains the layer entries
|
||||
let layerList;
|
||||
// A single layer entry (used as a prototype to create the new ones)
|
||||
|
Reference in New Issue
Block a user