You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Capture filename BEFORE closing dialog to prevent nil
The onCloseWidget callback was clearing browser._custom_filename
when the dialog closed. But the download callbacks were reading
the filename AFTER closing the dialog, so they got nil, which
caused DownloadManager to fall back to server filename.
Fix: Capture browser._custom_filename into a local variable BEFORE
calling UIManager:close() on the dialogs.
0 commit comments