diff --git a/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs b/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs index f6f1dd1f6b4d21d27e39b48bb7a57871ad5d019d..bf743120cf9f137cbe06d05896f706fb3d5b9435 100644 --- a/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs +++ b/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs @@ -287,6 +287,7 @@ export const AIWindow = { }, _updateToolbarButtonPositions(win, { isToggling = false } = {}) { + return; const modeSwitcherButton = win.document.getElementById("ai-window-toggle"); const hamburgerMenu = win.document.getElementById("PanelUI-button");