mirror of
https://github.com/eugeny/tabby
synced 2026-09-21 04:26:17 +00:00
hotkey fixes
This commit is contained in:
@@ -229,6 +229,9 @@ export class HotkeysService {
|
||||
if (!matches.length) {
|
||||
return null
|
||||
}
|
||||
if (matches[0].sequence.length > 1) {
|
||||
this.clearCurrentKeystrokes()
|
||||
}
|
||||
return matches[0].id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user