Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BlockCanvas: Only can drop properties of the BlockCode's parent node
Godot allows drag any thing. However, if it is a property, block code script only manipulates the properties of BlockCode node's parent node. So, when drag a property, only allow drop the parent node's property. Fixes: 89beea9 ("BlockCanvas: Implement drag & drop the node's property from Inspector") https://phabricator.endlessm.com/T35649
- Loading branch information