Don't try to resize popup attached to compose window button

I don't know if this ever worked, but at least in the current version
of Thunderbird, when we try to resize the popup attached to the
compose window what we end up resizing is the compose window itself.
Don't do that.
This commit is contained in:
Jonathan Kamens
2025-07-12 14:44:51 -04:00
parent 4fdd9e6182
commit d89a7a14ac

View File

@@ -1178,7 +1178,7 @@ const SLPopup = {
SLPopup.restoreZoom();
SLPopup.initialized = true;
SLTools.makeContentsVisible();
if (!SLPopup.attachedWindow) SLTools.makeContentsVisible();
SLTools.debug("Initialized popup window");
},
};