mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Merge pull request #113 from juliandescottes/fix-addframe-button-sortable
Exclude add-frame-button from sortable items in preview-film
This commit is contained in:
commit
f5335a6867
@ -97,7 +97,8 @@
|
||||
|
||||
$("#preview-list").sortable({
|
||||
placeholder: "preview-tile-drop-proxy",
|
||||
update: $.proxy(this.onUpdate_, this)
|
||||
update: $.proxy(this.onUpdate_, this),
|
||||
items: ".preview-tile"
|
||||
});
|
||||
$("#preview-list").disableSelection();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user