You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am dragging items from ComponentDrawer to Canvas in the Frame. Canvas is the DropTarget
I can see that the state of DropTarget(Canvas) changing to canDrop: true, but I cant really drop anything in there.
The text was updated successfully, but these errors were encountered:
Hi!
I have this code,
I am dragging items from
ComponentDrawer
toCanvas
in theFrame
.Canvas
is theDropTarget
I can see that the state of
DropTarget(Canvas)
changing tocanDrop: true
, but I cant really drop anything in there.The text was updated successfully, but these errors were encountered: