Update typeahead
This commit is contained in:
parent
fe071aa2a2
commit
260272cbee
1 changed files with 3 additions and 0 deletions
|
|
@ -1839,6 +1839,9 @@
|
||||||
this.$node.on("mouseover", this.selectors.selectable, function() {
|
this.$node.on("mouseover", this.selectors.selectable, function() {
|
||||||
that.setCursor($(this));
|
that.setCursor($(this));
|
||||||
});
|
});
|
||||||
|
this.$node.on("mouseleave", function() {
|
||||||
|
that._removeCursor();
|
||||||
|
});
|
||||||
_.each(this.datasets, function(dataset) {
|
_.each(this.datasets, function(dataset) {
|
||||||
dataset.onSync("asyncRequested", that._propagate, that).onSync("asyncCanceled", that._propagate, that).onSync("asyncReceived", that._propagate, that).onSync("rendered", that._onRendered, that).onSync("cleared", that._onCleared, that);
|
dataset.onSync("asyncRequested", that._propagate, that).onSync("asyncCanceled", that._propagate, that).onSync("asyncReceived", that._propagate, that).onSync("rendered", that._onRendered, that).onSync("cleared", that._onCleared, that);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue