web/Omnibox: download right away after pressing paste

cuz turnstile is awaited in api lib now
This commit is contained in:
wukko
2025-05-23 22:44:05 +06:00
parent c08352bda9
commit 71ea3239a7

View File

@@ -92,11 +92,9 @@
if (linkMatch) {
$link = linkMatch[0].split('')[0];
if (!isBotCheckOngoing) {
await tick(); // wait for button to render
savingHandler({ url: $link });
}
}
};
const changeDownloadMode = (mode: DownloadModeOption) => {