only add the item to the components sortable list if the dragend is not by...
Compare changes
+ 10
− 1
@@ -116,7 +116,16 @@ function usePreviewSortable(iframe: HTMLIFrameElement | null): {
only add the item to the components sortable list if the dragend is not by hitting escape or releasing mouse on an invalid drop area
Closes #3484944