![Jonas Dreßler](/assets/img/avatar_default.png)
The FocusTracker keeps track of the currently focused window using its internal this._currentWindow property. It will only pick up the focused window though when receiving a "notify::focus-window" signal, so the focused window that's set when the FocusTracker is created won't be picked up. Fix that by setting the _currentWindow during creation of the FocusTracker. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1728>