From a61ef5bf3097a26b136c6f5697cc958c2a3e9f18 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sat, 7 Sep 2019 00:24:51 -0400 Subject: [PATCH] Disable animations in editor sidebar --- src/scripts/editorsidebar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/editorsidebar.js b/src/scripts/editorsidebar.js index 0477dedcfc..796ad96310 100644 --- a/src/scripts/editorsidebar.js +++ b/src/scripts/editorsidebar.js @@ -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);