mirror of
https://github.com/eugeny/tabby
synced 2026-08-24 06:46:35 +00:00
fixup
This commit is contained in:
@@ -61,4 +61,4 @@ hacks:
|
||||
globalHotkey: null
|
||||
language: null
|
||||
defaultQuickConnectProvider: "ssh"
|
||||
showProfileTree: true
|
||||
showProfileTree: false
|
||||
|
||||
@@ -50,8 +50,10 @@ export class HotkeyInputModalComponent extends BaseComponent {
|
||||
super()
|
||||
this.hotkeys.clearCurrentKeystrokes()
|
||||
this.subscribeUntilDestroyed(hotkeys.keyEvent$, event => {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
if (event instanceof KeyboardEvent) {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
}
|
||||
})
|
||||
this.subscribeUntilDestroyed(hotkeys.keystroke$, keystroke => {
|
||||
this.lastKeyEvent = performance.now()
|
||||
|
||||
Reference in New Issue
Block a user