mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
web/updates: don't prevent default action for keyboard inputs
This commit is contained in:
parent
f6acd4ece8
commit
0271e7c4ff
@ -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 New Issue
Block a user