1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 22:04:47 +08:00

Changed the event to be the more correct one to block

This commit is contained in:
Rovearix
2023-03-13 07:49:51 -04:00
Unverified
parent c1618a7a16
commit ba728bdab1
@@ -71,7 +71,7 @@ namespace osu.Game.Graphics.UserInterface
return false;
// blocking drag events to prevent unintended ui pausing while loading a beat map (see https://github.com/ppy/osu/issues/22657)
case DragEvent:
case DragStartEvent:
return false;
}