|
@@ -844,6 +844,7 @@
|
|
$(e.currentTarget).mouseenter();
|
|
$(e.currentTarget).mouseenter();
|
|
this.element.attr('tabindex', '-1');
|
|
this.element.attr('tabindex', '-1');
|
|
}, this))
|
|
}, this))
|
|
|
|
+ /*
|
|
.on('focus.jstree', $.proxy(function () {
|
|
.on('focus.jstree', $.proxy(function () {
|
|
if(+(new Date()) - was_click > 500 && !this._data.core.focused) {
|
|
if(+(new Date()) - was_click > 500 && !this._data.core.focused) {
|
|
was_click = 0;
|
|
was_click = 0;
|
|
@@ -853,6 +854,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}, this))
|
|
}, this))
|
|
|
|
+ */
|
|
.on('mouseenter.jstree', '.jstree-anchor', $.proxy(function (e) {
|
|
.on('mouseenter.jstree', '.jstree-anchor', $.proxy(function (e) {
|
|
this.hover_node(e.currentTarget);
|
|
this.hover_node(e.currentTarget);
|
|
}, this))
|
|
}, this))
|