@ -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);
};