diff --git a/editor/scene/sprite_frames_editor_plugin.cpp b/editor/scene/sprite_frames_editor_plugin.cpp index 1dafa16850a..bb83264a06e 100644 --- a/editor/scene/sprite_frames_editor_plugin.cpp +++ b/editor/scene/sprite_frames_editor_plugin.cpp @@ -1611,7 +1611,6 @@ void SpriteFramesEditor::edit(Ref p_frames) { if (p_frames.is_null()) { frames.unref(); _remove_sprite_node(); - hide(); return; }