You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bits for the newly added interactive flags InteractiveFlag.doubleTapDragZoom and InteractiveFlag.scrollWheelZoom are not included in the InteractiveFlags.all constant.
The text was updated successfully, but these errors were encountered:
amal-stack
added
bug
This issue reports broken functionality or another error
needs triage
This new bug report needs reproducing and prioritizing
labels
Nov 10, 2023
What is the bug?
The bits for the newly added interactive flags
InteractiveFlag.doubleTapDragZoom
andInteractiveFlag.scrollWheelZoom
are not included in theInteractiveFlags.all
constant.How can we reproduce it?
The following code prints
false
for both flags:Do you have a potential solution?
Change the following line in
interactive_flag.dart
:to:
Platforms
Windows 11
Severity
Minimum: Allows normal functioning
The text was updated successfully, but these errors were encountered: