-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Problem:** Replace more dom query based logic from grid strategies, and nuke grid specific X behavior. **Commit Details:** (< vv pls delete this section if's not relevant) - Remove `getGridCellAtPoint` and replace its usage with `getGridCellUnderMouseFromMetadata` - Rewrite `getGridCellBoundsFromCanvas` to use metadata and canvas coordinates. - Nuke grid specific X behavior and all its helpers: let's just remove the grid cell positioning props when converting to absolute. **Manual Tests:** I hereby swear that: - [x] I opened a hydrogen project and it loaded - [x] I could navigate to various routes in Preview mode
- Loading branch information
Showing
4 changed files
with
42 additions
and
391 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
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
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
Oops, something went wrong.