close completion popup when backspacing to empty string
This commit is contained in:
parent
e6660cd47c
commit
bd95f782d8
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ var Autocomplete = function() {
|
|||
pos.left += renderer.$gutterLayer.gutterWidth;
|
||||
|
||||
this.popup.show(pos, lineHeight);
|
||||
} else if (keepPopupPosition && !prefix) {
|
||||
this.detach();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue