-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Inserter Drag and Drop #31319
Fix Inserter Drag and Drop #31319
Conversation
A couple things that might be good to follow-up with:
|
Size Change: +6 B (0%) Total Size: 1.31 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks :)
@youknowriad I made an e2e test for drag and drop of a block, it should be possible with the inserter too, but it's not straightforward to do. Hopefully the approach can be copied. |
I've filed #31356 to request an e2e test for the inserter's drag-and-drop feature. |
Yes, that's the one :) |
The recent refactor to block drag and drop caused a regression on the inserter drag and drop because of the new transfer type prop. This PR fixes it.
Ideally, the "type" property in the data transfer object should be consolidated with this new prop.