update sortable after changing sort
This commit is contained in:
parent
874b68c8a6
commit
98219dd001
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ Ox.ClipPanel = function(options, self) {
|
||||||
}];
|
}];
|
||||||
updateSortElement();
|
updateSortElement();
|
||||||
that.triggerEvent('sort', self.options.sort);
|
that.triggerEvent('sort', self.options.sort);
|
||||||
|
self.$list.options({sortable: isSortable()});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue