mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
@@ -112,7 +112,10 @@ var ProximityManager = class {
|
||||
[
|
||||
global.window_manager,
|
||||
'switch-workspace',
|
||||
() => Object.keys(this._watches).forEach(id => this._watches[id].overlap = 0)
|
||||
() => {
|
||||
Object.keys(this._watches).forEach(id => this._watches[id].overlap = 0)
|
||||
this._queueUpdate()
|
||||
}
|
||||
],
|
||||
[
|
||||
Main.overview,
|
||||
|
||||
Reference in New Issue
Block a user