mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Update proximity when closing the overview
This commit is contained in:
@@ -122,6 +122,11 @@ var ProximityManager = Utils.defineClass({
|
||||
'switch-workspace',
|
||||
() => Object.keys(this._watches).forEach(id => this._watches[id].overlap = 0)
|
||||
],
|
||||
[
|
||||
Main.overview,
|
||||
'hidden',
|
||||
() => this._queueUpdate()
|
||||
],
|
||||
[
|
||||
global.display,
|
||||
'notify::focus-window',
|
||||
|
||||
Reference in New Issue
Block a user