-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Cell selection seems to work correctly now
This is down to re-implementing fromCoords (that maps row/col to a DOM node) and CellRef (that finds the row/col of a DOM node). Still remaining: - Remove all the ABS DEBUG logging - Make the logic that styles cells in the rectangle aware of rowspans and colspans - Make the selection expand to cover all rows/cols of a merged cell when the user drags over it (even if the user did not otherwise drag into those rows/cols)
- Loading branch information
Showing
1 changed file
with
83 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters