properly close hotkey input windows (fixes #198)

This commit is contained in:
Eugene Pankov 2017-09-09 12:53:30 +02:00
parent 9f58e9f183
commit 6b12196761

View File

@ -73,6 +73,7 @@ export class HotkeyInputModalComponent {
}
ngOnDestroy () {
this.keySubscription.unsubscribe()
this.hotkeys.clearCurrentKeystrokes()
this.hotkeys.enable()
clearInterval(this.keyTimeoutInterval)