-
-
Notifications
You must be signed in to change notification settings - Fork 600
Closed
Labels
Description
Bug description
It's currently impossible to tab out of a CodeMirror instance after tabbing into it. A mouse click outside of the editor is required to focus the next or previous input. A possible solution might be to blur the CodeMirror instance when pressing esc.
Screen.Recording.2025-11-13.at.15.59.01.mov
How to reproduce
- Add a markdown field to a blueprint
- Tab into the field using
tab - Try to get out of it using
taborshift+tab
Logs
Environment
6.0-alpha.16Installation
Fresh statamic/statamic site via CLI
Additional details
No response