diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-05-04 19:32:00 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-05-04 19:32:00 +0200 |
| commit | 51c3567bb40016c3910d0c955cafe05ceb9c62d1 (patch) | |
| tree | 2bb8b5ecb6666dd7a8d6384081af8ca48dd29fb1 /webAO/client.ts | |
| parent | 162940a045dbf2158a7442e9e3bfd9d70a985974 (diff) | |
do NOT reload the page
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 7df9133..bcb3e35 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -2622,6 +2622,7 @@ export function onEnter(event: KeyboardEvent) { effect, ); } + return false; } window.onEnter = onEnter; |
