fixes #1784
This commit is contained in:
@@ -73,6 +73,7 @@
|
|||||||
var before_caret_text = req.term.substring(0, this.element.get(0).selectionStart);
|
var before_caret_text = req.term.substring(0, this.element.get(0).selectionStart);
|
||||||
|
|
||||||
if (before_caret_text.match(/ $/)) {
|
if (before_caret_text.match(/ $/)) {
|
||||||
|
this.close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user