mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 21:47:20 +08:00
Changed the event to be the more correct one to block
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user