mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-11 06:59:59 +00:00
parent
26ff6f17e7
commit
833a348fdb
@ -53,7 +53,7 @@ export class HotkeysService {
|
|||||||
|
|
||||||
// deprecated
|
// deprecated
|
||||||
this.hotkey$.subscribe(h => this.matchedHotkey.emit(h))
|
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…
x
Reference in New Issue
Block a user