[BUG] InteractionFlag.enableScrollWheel
has no effect
#1723
Labels
Milestone
InteractionFlag.enableScrollWheel
has no effect
#1723
What is the bug?
It's currently not possible to disable scrolling without using a deprecated property.
How can we reproduce it?
Do you have a potential solution?
The deprecated
enableScrollWheel
proterty defaults to true. The check if the gesture is enabled is performed with an OR operator:Using false as a default value for
InteractionOptions().enableScrollWheel
will fix this issue.Going to create a pull request.
Platforms
all
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered: