Fixed #14503
This commit is contained in:
parent
523237943c
commit
cd43188734
1 changed files with 1 additions and 0 deletions
|
@ -4730,6 +4730,7 @@ void CanvasItemEditorViewport::drop_data(const Point2 &p_point, const Variant &p
|
||||||
list.push_back(root_node);
|
list.push_back(root_node);
|
||||||
} else {
|
} else {
|
||||||
drop_pos = p_point;
|
drop_pos = p_point;
|
||||||
|
target_node = NULL;
|
||||||
_show_resource_type_selector();
|
_show_resource_type_selector();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue