Update content vectors to numerics (#17759)
This commit is contained in:
@@ -121,7 +121,7 @@ public sealed class DragDropHelper<T>
|
||||
case DragState.MouseDown:
|
||||
{
|
||||
var screenPos = _inputManager.MouseScreenPosition;
|
||||
if ((_mouseDownScreenPos.Position - screenPos.Position).Length > Deadzone)
|
||||
if ((_mouseDownScreenPos.Position - screenPos.Position).Length() > Deadzone)
|
||||
{
|
||||
StartDragging();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user