update sortable after changing sort

This commit is contained in:
j 2019-11-17 15:18:16 +01:00
parent 874b68c8a6
commit 98219dd001

View file

@ -287,6 +287,7 @@ Ox.ClipPanel = function(options, self) {
}];
updateSortElement();
that.triggerEvent('sort', self.options.sort);
self.$list.options({sortable: isSortable()});
}
});