Add comment detailing why this is requried

This commit is contained in:
Dean Herbert 2020-01-09 17:28:48 +08:00
parent a74fc70627
commit ffa0cf2d44
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ protected override bool Handle(UIEvent e)
{
switch (e)
{
// blocking scroll can cause weird behaviour when this layer is used within a ScrollContainer.
case ScrollEvent _:
return false;
}