mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
parent
26ff6f17e7
commit
833a348fdb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export class HotkeysService {
|
|||
|
||||
// deprecated
|
||||
this.hotkey$.subscribe(h => this.matchedHotkey.emit(h))
|
||||
this.matchedHotkey.subscribe = deprecate(s => this.matchedHotkey.subscribe(s), 'matchedHotkey is deprecated, use hotkey$')
|
||||
this.matchedHotkey.subscribe = deprecate(s => this.hotkey$.subscribe(s), 'matchedHotkey is deprecated, use hotkey$')
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue