facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
17.37k stars 1.43k forks source link

Fix selecting table selects an image after #5917

Closed KatsiarynaDzibrova closed 1 week ago

KatsiarynaDzibrova commented 1 week ago

Issue: selection of table by cursor dragging also selects the image after the table Fix: resolve selection focus to the beginning of the paragraph with an image, not the root element with offset

Before: old-table-picture-select

After: new-table-picture-select

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 19, 2024 1:48pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 19, 2024 1:48pm
ivailop7 commented 1 week ago

I'm happy here, any thoughts before I go for merge here, @zurfyx