Use modal for setting field change confirmations

This commit is contained in:
Webifi
2023-06-05 08:51:40 -05:00
parent f1dbf5d74d
commit 939d69fe46
8 changed files with 109 additions and 23 deletions

View File

@@ -143,6 +143,7 @@
<svelte:window
on:keydown={(event) => {
if (event.key === 'Escape') {
event.stopPropagation()
showChatMenu = false
}
}}