diff --git a/app/CodeEditor/CodeEditor.tsx b/app/CodeEditor/CodeEditor.tsx index 89ae5747..682b2ab5 100644 --- a/app/CodeEditor/CodeEditor.tsx +++ b/app/CodeEditor/CodeEditor.tsx @@ -46,6 +46,8 @@ export const CodeEditor = track(() => { }, }) setIsSaving(false) + } else if (e.key === 'Escape') { + showingEditor.set(false) } }} >