Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing target cell highlight during grid rearrange (#6554)
**Problem:** Pink target cell highlight is not shown when the dragged item is not pinned to a cell position. **Fix:** This is a regression, we just don't want to show the highlight when the dragged item is absolute AND not pinned to a cell position. **Commit Details:** (< vv pls delete this section if's not relevant) I think we should move these conditions into the strategy, and don't even set the target cell prop on the control in these cases. As a quick fix I just fixed the condition in the control. **Manual Tests:** I hereby swear that: - [x] I opened a hydrogen project and it loaded - [x] I could navigate to various routes in Play mode
- Loading branch information