diff --git a/source/UI/js/Video/ClipPanel.js b/source/UI/js/Video/ClipPanel.js index 43e430e4..275da1d9 100644 --- a/source/UI/js/Video/ClipPanel.js +++ b/source/UI/js/Video/ClipPanel.js @@ -287,6 +287,7 @@ Ox.ClipPanel = function(options, self) { }]; updateSortElement(); that.triggerEvent('sort', self.options.sort); + self.$list.options({sortable: isSortable()}); } });