Disable animations in editor sidebar

This commit is contained in:
Bill Thornton 2019-09-07 00:24:51 -04:00
parent 1be3a7f205
commit a61ef5bf30

View File

@ -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);