-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep grid rearrange shadow inside container (#6273)
**Problem:** When rearranging grid elements, the shadow can go anywhere the mouse goes, making it seem like an absolute move. **Fix:** Wrap the shadow coords so they are restricted to the grid container bounds. | Before | After | |----------|--------------| | ![Kapture 2024-08-29 at 13 11 21](https://github.com/user-attachments/assets/cf92cae2-014b-4b58-87d6-fd3833ffe741) | ![Kapture 2024-08-29 at 13 10 43](https://github.com/user-attachments/assets/06f38111-e38b-4d8d-834d-9e59d7e71cf2) | Fixes #6272
- Loading branch information
Showing
1 changed file
with
44 additions
and
2 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