You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When capturing the tab key (enabled by default) this can block user who use keyboard navigation from escaping the editor and is an accessibility issue.
There is some discussion about how this can be handled in:
When capturing the tab key (enabled by default) this can block user who use keyboard navigation from escaping the editor and is an accessibility issue.
There is some discussion about how this can be handled in:
textarea
effectively and move to next focusable? PrismJS/live#8The codemirror option of supporting escape, tab seems like a reasonable one (but maybe that's me showing my vi history).
The text was updated successfully, but these errors were encountered: