@ -297,7 +297,6 @@ function run () {
txlistener.startListening()
// ----------------- editor ----------------------------
this._components.editor = new Editor({}) // @TODO: put into editorpanel
window.EDITOR = this._components.editor
var editor = self._components.editor // shortcut for the editor
// ---------------- ContextualListener -----------------------
@ -241,7 +241,6 @@ function Editor (opts = {}) {
// Unmap ctrl-t & ctrl-f
editor.commands.bindKeys({ 'ctrl-t': null })
// editor.commands.bindKeys({ 'ctrl-f': null })
editor.commands.addCommand({
name: "myCommand",