mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Fix timeline potentially scrolling at extents while not dragging
This commit is contained in:
parent
1ff1738988
commit
90cd386323
@ -436,8 +436,11 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
{
|
{
|
||||||
base.OnDragEnd(e);
|
base.OnDragEnd(e);
|
||||||
|
|
||||||
OnDragHandled?.Invoke(null);
|
dragOperation?.Cancel();
|
||||||
|
dragOperation = null;
|
||||||
|
|
||||||
changeHandler?.EndChange();
|
changeHandler?.EndChange();
|
||||||
|
OnDragHandled?.Invoke(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user