web/download: do not show additional dialog on top of dialog in openURL
Some checks failed
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

This commit is contained in:
jj
2025-12-20 15:21:32 +00:00
committed by jj
parent e6bbd9477c
commit ae518692ed
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
if (file) {
return openFile(file);
} else if (url) {
return openURL(url);
return openURL(url, true);
}
}}
>