mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Use modal for setting field change confirmations
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
<svelte:window
|
||||
on:keydown={(event) => {
|
||||
if (event.key === 'Escape') {
|
||||
event.stopPropagation()
|
||||
showChatMenu = false
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user