mirror of
https://github.com/eugeny/tabby
synced 2026-09-26 15:06:01 +00:00
deprecated matchedHotkey
This commit is contained in:
@@ -41,7 +41,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
|
||||
this.logger = this.log.create('terminalTab')
|
||||
|
||||
this.subscribeUntilDestroyed(this.hotkeys.matchedHotkey, hotkey => {
|
||||
this.subscribeUntilDestroyed(this.hotkeys.hotkey$, hotkey => {
|
||||
if (!this.hasFocus) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user