mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 23:03:21 +08:00
Don't commit in DragStart
This commit is contained in:
parent
39dc35712c
commit
4814ccbedd
@ -400,8 +400,6 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
selectedControlPoints = new HashSet<PathControlPoint>(Pieces.Where(piece => piece.IsSelected.Value).Select(piece => piece.ControlPoint));
|
||||
|
||||
Debug.Assert(draggedControlPointIndex >= 0);
|
||||
|
||||
commandHandler?.Commit();
|
||||
}
|
||||
|
||||
[Resolved(CanBeNull = true)]
|
||||
|
Loading…
Reference in New Issue
Block a user