Patch Changes
- 94bd4c8: Fix invalid
TextSelectionon blur. Clearing the selection on blur usedTextSelection.create(doc, 0), which resolves to the doc node (no inline content) and made ProseMirror log "TextSelection endpoint not pointing into a node with inline content (doc)". It now usesSelection.atStart(doc), which resolves to the first valid cursor position. - Updated dependencies [b4ac0d5]
- Updated dependencies [cb3c468]
- react-email@6.6.6