diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 635c911..5ab7c3a 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2042,6 +2042,8 @@ vAPI.toolbarButton = { tbb.onBeforePopupReady.call(this); } + resizePopupDelayed(); + var body = win.document.body; body.removeAttribute('data-resize-popup'); var mutationObserver = new win.MutationObserver(onResizeRequested);