We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c51ede commit 26f920fCopy full SHA for 26f920f
editor/scene/3d/node_3d_editor_plugin.cpp
@@ -5664,6 +5664,7 @@ void Node3DEditorViewport::finish_transform() {
5664
spatial_editor->update_transform_gizmo();
5665
surface->queue_redraw();
5666
set_process_input(false);
5667
+ clicked = ObjectID();
5668
}
5669
5670
// Register a shortcut and also add it as an input action with the same events.
0 commit comments