Consider non focus actions in proximity detection

#1771
This commit is contained in:
Charles Gagnon
2022-10-12 07:32:54 -04:00
parent 5e3d3974c1
commit 94e7be214f

View File

@@ -128,11 +128,8 @@ var ProximityManager = class {
}
],
[
global.window_group,
[
'actor-added',
'actor-removed'
],
global.display,
'restacked',
() => this._queueUpdate()
]
);