web/Omnibox: download right away after pressing paste
cuz turnstile is awaited in api lib now
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user