Fix: remove cancelPopups from codemirror engine (#4310)

fix-syncer
Simon Huber 2019-10-12 17:40:51 +02:00 zatwierdzone przez Jeremy Ruston
rodzic 007fc8239b
commit 920f0869c4
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -125,9 +125,6 @@ function CodeMirrorEngine(options) {
event.stopPropagation(); // Otherwise TW's dropzone widget sees the drop event
return false;
});
this.cm.on("focus",function() {
self.widget.cancelPopups();
});
this.cm.on("keydown",function(cm,event) {
return self.widget.handleKeydownEvent.call(self.widget,event);
});