Allow completion picking by double-clicking option.

Natalie Perna 10 years ago
parent 3ea9c96bbc
commit 9472d85d6b

@ -256,9 +256,6 @@ define([
this.sel.dblclick(function () {
that.pick();
});
this.sel.focus(function () {
that.editor.focus();
});
this._handle_keydown = function (cm, event) {
that.keydown(event);
};

Loading…
Cancel
Save