mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +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>
|
</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<svelte:window on:keydown|preventDefault={handleKeydown} />
|
<svelte:window on:keydown={handleKeydown} />
|
||||||
|
|
||||||
<div class="news">
|
<div class="news">
|
||||||
{#if changelog}
|
{#if changelog}
|
||||||
|
|
Loading…
Reference in a new issue