fix #2190 autocomplete doesn't show tooltip when list initially appears
This commit is contained in:
parent
58d166d647
commit
1a70ef15e2
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ var Autocomplete = function() {
|
|||
e.stop();
|
||||
}.bind(this));
|
||||
this.popup.focus = this.editor.focus.bind(this.editor);
|
||||
this.popup.on("show", this.tooltipTimer.bind(null, null));
|
||||
this.popup.on("select", this.tooltipTimer.bind(null, null));
|
||||
this.popup.on("changeHoverMarker", this.tooltipTimer.bind(null, null));
|
||||
return this.popup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue