diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp index a197eb9dced8f0..6ea903d5575c9d 100644 --- a/editor/editor_properties.cpp +++ b/editor/editor_properties.cpp @@ -2858,6 +2858,14 @@ bool EditorPropertyNodePath::is_drop_valid(const Dictionary &p_drag_data) const if (dropped_node->is_class(E) || EditorNode::get_singleton()->is_object_of_custom_type(dropped_node, E)) { return true; + } else { + Ref