sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Focus on "View link" popover when it opens to improve keyboard/a11y use #109

Open sjdemartini opened 1 year ago

sjdemartini commented 1 year ago

Without this change, the keyboard focus would still be in the editor, which means you'd have to use the mouse to interact with the popper menu, awkwardly.

I'm not 100% sure this is the right approach, so may investigate this further before merging.