mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-06-28 21:20:06 +00:00
navigator: make getNavigator work in 'destroy'
Also emit success status.
This commit is contained in:
@@ -235,9 +235,8 @@ var Navigator = class Navigator {
|
||||
|
||||
Main.wm._blockAnimations = this._block;
|
||||
|
||||
this.emit('destroy', this.was_accepted);
|
||||
navigator = false;
|
||||
|
||||
this.emit('destroy');
|
||||
}
|
||||
}
|
||||
Signals.addSignalMethods(Navigator.prototype);
|
||||
|
||||
Reference in New Issue
Block a user