This commit is contained in:
Toks
2013-07-08 21:50:31 -04:00
parent 0659d38572
commit ef9067033c

View File

@@ -73,6 +73,7 @@
var before_caret_text = req.term.substring(0, this.element.get(0).selectionStart);
if (before_caret_text.match(/ $/)) {
this.close();
return;
}