mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Changed sortable items selector to a more robust one
This commit is contained in:
parent
07ced5a3b2
commit
a01afe2cfd
@ -98,7 +98,7 @@
|
||||
$("#preview-list").sortable({
|
||||
placeholder: "preview-tile-drop-proxy",
|
||||
update: $.proxy(this.onUpdate_, this),
|
||||
items: "li:not(#add-frame-action)"
|
||||
items: ".preview-tile"
|
||||
});
|
||||
$("#preview-list").disableSelection();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user