allow rearranging panes within a tab

This commit is contained in:
Eugene Pankov
2021-07-31 17:57:43 +02:00
parent 1fc57018e3
commit c5681b1376
10 changed files with 139 additions and 4 deletions

View File

@@ -92,9 +92,6 @@ export class XTermFrontend extends Frontend {
event.preventDefault()
ret = false
}
this.hotkeysService.processKeystrokes()
this.hotkeysService.emitKeyEvent(event)
return ret
}