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
BlockCanvas: Implement drag & drop the node's property from Inspector
Dragging the node's property from Inspector shows the object's type as
"obj_property". So, allow the "obj_property" type in _can_drop_data()
and handle it in _drop_data(). Then, implement getting the property's
value as a block with _drop_obj_property() in detail.
https://phabricator.endlessm.com/T35649
0 commit comments