Pick completion option with single- rather than double-click.

pull/1549/head
Natalie Perna 10 years ago
parent 9472d85d6b
commit adf60dd1e2

@ -253,7 +253,7 @@ define([
//build the container
var that = this;
this.sel.dblclick(function () {
this.sel.click(function () {
that.pick();
});
this._handle_keydown = function (cm, event) {

Loading…
Cancel
Save