From 98219dd0015f5348da009d15ad83291a70216cfb Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Nov 2019 15:18:16 +0100 Subject: [PATCH] update sortable after changing sort --- source/UI/js/Video/ClipPanel.js | 1 + 1 file changed, 1 insertion(+) 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()}); } });