fix(BlockLayers): Better drag-n-drop UX with target indicators#467
Merged
surajshetty3416 merged 2 commits intodevelopfrom Jan 26, 2026
Merged
fix(BlockLayers): Better drag-n-drop UX with target indicators#467surajshetty3416 merged 2 commits intodevelopfrom
surajshetty3416 merged 2 commits intodevelopfrom
Conversation
f20e421 to
d2423d7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #467 +/- ##
========================================
Coverage 52.90% 52.90%
========================================
Files 28 28
Lines 2202 2202
========================================
Hits 1165 1165
Misses 1037 1037 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 1.22.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously, it was hard for users to know where the block would drop while dragging from the Layers panel, and even harder to confidently drop a block inside a parent block. Also, the ghost element obstructed the layers where users wanted to drop a dragged layer.
Before:
Screen.Recording.2026-01-26.at.12.56.47.AM.mov
Now we have drop target indicators and I've removed the ghost layer to resolve above issues.
Now:
Screen.Recording.2026-01-26.at.12.55.32.AM.mov