facebook / lexical

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

[lexical-playground][TableCellResizer] Feature: Center the drag zone over the edge of the cell #6071

Closed apella closed 1 month ago

apella commented 1 month ago

Description

Shift the selection rectangles to the center of the edge, instead of being outside the cell. This makes for a more intuitive user experience as the user will try to select the edge, not the outside of the table cell.

Test plan

Before

(briefly visualized the areas so that the change can be seen)

cell-resizer-old-regions

After

cell-resizer-new

Insert relevant screenshots/recordings/automated-tests

vercel[bot] commented 1 month 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 May 9, 2024 1:52pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 1:52pm
ivailop7 commented 1 month ago

@ebads67 is this the final version we settled on?

ebads67 commented 1 month ago

@ebads67 is this the final version we settled on?

Yes, this is just centering the cell resizer drag zone.