Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grid move: fallback to prevent flicker (#6210)
**Problem:** When moving a grid element, if the mouse goes over a non-grid-target area the element will temporarily jump back to its original position, creating effectively a flicker effect during the interaction. **Fix:** If the cell under the mouse is not found, instead of bailing try to fallback to the last known valid cell target instead. | Before | After | |----------|------------| | ![Kapture 2024-08-08 at 15 34 38](https://github.com/user-attachments/assets/2114618c-2782-4b87-9aba-ad043d3ddda3) | ![Kapture 2024-08-08 at 15 34 04](https://github.com/user-attachments/assets/cd21df54-f311-46f1-8ee5-14fe6215fa46) | Fixes #6209
- Loading branch information