fix: Fixes issue where preferences view would not close after pressing Escape
This commit is contained in:
@@ -189,6 +189,7 @@ export class KeyboardService {
|
||||
this.commandHandlers.push(observer)
|
||||
|
||||
const thislessObservers = this.commandHandlers
|
||||
console.log(thislessObservers)
|
||||
return () => {
|
||||
observer.onKeyDown = undefined
|
||||
observer.onKeyDown = undefined
|
||||
|
||||
Reference in New Issue
Block a user