mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Add comment detailing why this is requried
This commit is contained in:
parent
a74fc70627
commit
ffa0cf2d44
@ -47,6 +47,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
switch (e)
|
||||
{
|
||||
// blocking scroll can cause weird behaviour when this layer is used within a ScrollContainer.
|
||||
case ScrollEvent _:
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user