mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 07:52:56 +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)
|
switch (e)
|
||||||
{
|
{
|
||||||
|
// blocking scroll can cause weird behaviour when this layer is used within a ScrollContainer.
|
||||||
case ScrollEvent _:
|
case ScrollEvent _:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user