Skip to content

Commit

Permalink
WI00737678---RemoveDragNodesBehavior---Update-3
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawisetech committed Jun 12, 2024
1 parent c3df21f commit 2866a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blazor.Diagrams.Core/Behaviors/DragMovablesBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Blazor.Diagrams.Core.Behaviors;

public class DragMovablesBehavior : Behavior
public class DragMovablesBehavior : DragBehavior
{
private readonly Dictionary<MovableModel, Point> _initialPositions;
protected double? _lastClientX;
Expand Down

0 comments on commit 2866a8b

Please sign in to comment.