diff --git a/src/tui/components/custom-editor.ts b/src/tui/components/custom-editor.ts index 54fbe819a..b66452e61 100644 --- a/src/tui/components/custom-editor.ts +++ b/src/tui/components/custom-editor.ts @@ -15,7 +15,6 @@ export class CustomEditor extends Editor { constructor(theme: EditorTheme) { super(theme); } - handleInput(data: string): void { if (matchesKey(data, Key.alt("enter")) && this.onAltEnter) { this.onAltEnter();