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:
@@ -68,6 +68,7 @@
|
||||
|
||||
const keydown = (event:KeyboardEvent) => {
|
||||
if (event.key === 'Escape') {
|
||||
event.stopPropagation()
|
||||
event.preventDefault()
|
||||
message.content = original
|
||||
editing = false
|
||||
|
||||
Reference in New Issue
Block a user