diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index ad914fb5..fed19158 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -786,6 +786,7 @@ const WindowList = new Lang.Class({ this._fullscreenChangedId = global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() { + this._updateKeyboardAnchor(); this._updateMessageTrayAnchor(); }));