web/Omnibox: ignore keyboard shortcuts when processing

This commit is contained in:
wukko
2024-07-16 22:11:57 +06:00
parent d31090c3d5
commit 504dfdb995
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
import type { DialogInfo } from "$lib/types/dialog";
export let url: string;
export let isDisabled = false;
$: buttonText = ">>";
$: buttonAltText = $t('a11y.save.download');