Ma-Kas / rich-text-editor

A rich text editor for a blog and travel guide website, built on the lexical framework
MIT License
0 stars 0 forks source link

Bug: Tabbing into imageBlockNode, if it is first node under root #26

Open Ma-Kas opened 3 months ago

Ma-Kas commented 3 months ago

Tab on selected imageNode to highlight edit button -> enter -> tab through options to confirm button -> confirm -> Keep tabbing through whole toolbar into editor will allow typing within imageBlockNode if imageBlockNode is the first node under root.

Outside these specific steps, this is impossible. Why?

Ma-Kas commented 3 months ago

Issue is due to default
tag present in nodes when no text content is present; normally not an issue due to being obscured by image in flexbox, but can still be tabbed into.