From 94e7be214f07dd5197818cc14ad84c5961f1f9e0 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 12 Oct 2022 07:32:54 -0400 Subject: [PATCH] Consider non focus actions in proximity detection #1771 --- proximity.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/proximity.js b/proximity.js index d2b5020..c03e598 100644 --- a/proximity.js +++ b/proximity.js @@ -128,11 +128,8 @@ var ProximityManager = class { } ], [ - global.window_group, - [ - 'actor-added', - 'actor-removed' - ], + global.display, + 'restacked', () => this._queueUpdate() ] );