mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX Memory leaks in jstree drag & drop
This commit is contained in:
parent
fda4b91d06
commit
68d8ec31a5
1
thirdparty/jstree/jquery.jstree.js
vendored
1
thirdparty/jstree/jquery.jstree.js
vendored
@ -2550,6 +2550,7 @@
|
|||||||
.unbind("drag_start.vakata")
|
.unbind("drag_start.vakata")
|
||||||
.unbind("drag_stop.vakata");
|
.unbind("drag_stop.vakata");
|
||||||
}
|
}
|
||||||
|
o = false;
|
||||||
},
|
},
|
||||||
_fn : {
|
_fn : {
|
||||||
dnd_prepare : function () {
|
dnd_prepare : function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user