-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bug: 2×2 table multi-cell selection misses last cell #8079
Copy link
Copy link
Closed
Labels
tablesRelates to Lexical TablesRelates to Lexical Tables
Description
Demo
Lexical playground version: latest
Steps To Reproduce
- Insert a 2×2 table.
- Drag-select the first column from top to bottom — both cells are selected ✅.
- Drag-select the second column from top to bottom — only the bottom cell is selected, the top cell is ignored ❌.
Link to code example: Lexical Playground
The current behavior
- Selecting the first column works correctly (both cells selected).
- Selecting the second column notice that top and bottom cell is ignored.
The expected behavior
- Drag-selecting any column should consistently select all cells in that column.
Impact of fix
- Prevents inconsistent table selection.
- Critical for copy/paste, formatting, and other multi-cell table operations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tablesRelates to Lexical TablesRelates to Lexical Tables