1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 02:54:04 +03:00

hotkey fixes

This commit is contained in:
Eugene Pankov 2021-09-17 00:23:12 +02:00
parent 60a1a1f21c
commit 95a04788e5
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -229,6 +229,9 @@ export class HotkeysService {
if (!matches.length) {
return null
}
if (matches[0].sequence.length > 1) {
this.clearCurrentKeystrokes()
}
return matches[0].id
}