Merge pull request #450 from thornbill/fix-metadata-editor
Disable animations in editor sidebar
This commit is contained in:
@@ -241,6 +241,8 @@ define(["datetime", "jQuery", "material-icons"], function (datetime, $) {
|
||||
$(".libraryTree", page).jstree({
|
||||
"plugins": ["wholerow"],
|
||||
core: {
|
||||
// Disable animations because jQuery slim does not support them
|
||||
animation: false,
|
||||
check_callback: true,
|
||||
data: function (node, callback) {
|
||||
loadNode(page, this, node, openItems, selectedId, currentUser, callback);
|
||||
|
||||
Reference in New Issue
Block a user