From 1c7f906f2eb190c7ceb502d37543811f3f4d68dd Mon Sep 17 00:00:00 2001
From: Mingsong Hu <mingsonghu@Mingsongs-MBP.gateway>
Date: Mon, 30 Sep 2019 15:42:02 +1000
Subject: [PATCH] Allow moving tree node for jsTree

---
 js/Plugin/jstree/hm.jstree.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/Plugin/jstree/hm.jstree.js b/js/Plugin/jstree/hm.jstree.js
index 9cf24cf..3d72bdc 100644
--- a/js/Plugin/jstree/hm.jstree.js
+++ b/js/Plugin/jstree/hm.jstree.js
@@ -48,6 +48,7 @@
                   }
                 },
                 themes: themes,
+                "check_callback" : true,
                 "multiple": false,
               },
               search: {
-- 
GitLab