Restore editor focus after completion pick.

pull/1549/head
Natalie Perna 10 years ago
parent adf60dd1e2
commit 67a985bf08

@ -255,6 +255,7 @@ define([
var that = this;
this.sel.click(function () {
that.pick();
that.editor.focus();
});
this._handle_keydown = function (cm, event) {
that.keydown(event);

Loading…
Cancel
Save