mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/updates: don't prevent default action for keyboard inputs
This commit is contained in:
parent
e6ec8c6734
commit
8eee024899
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
</title>
|
||||
</svelte:head>
|
||||
|
||||
<svelte:window on:keydown|preventDefault={handleKeydown} />
|
||||
<svelte:window on:keydown={handleKeydown} />
|
||||
|
||||
<div class="news">
|
||||
{#if changelog}
|
||||
|
|
Loading…
Reference in a new issue