feat: allow to open up to three terminals (#22)

This commit is contained in:
Dominic Elm
2024-07-31 13:18:41 +02:00
committed by GitHub
parent 49196273b0
commit e5ed23c33d
6 changed files with 64 additions and 20 deletions

View File

@@ -41,7 +41,10 @@ export function useShortcuts(): void {
) {
shortcutEventEmitter.dispatch(name as keyof Shortcuts);
event.preventDefault();
event.stopPropagation();
shortcut.action();
break;
}
}