Merge remote-tracking branch 'origin/1.12' into 1.13

This commit is contained in:
2026-04-24 11:50:19 +02:00
2 changed files with 3 additions and 3 deletions
Binary file not shown.
@@ -659,7 +659,7 @@ namespace FlaxEditor.Surface
if (_movingNodes != null && _movingNodes.Count > 0)
{
// Allow dropping a single node onto an existing connection and connect it
if (_movingNodes.Count == 1)
if (_movingNodes.Count == 1 && controlUnderMouse is not Archetypes.Tools.RerouteNode)
{
var mousePos = _rootControl.PointFromParent(ref _mousePos);
InputBox intersectedConnectionInputBox;