znjameswu / flutter_math

Math rendering and editing in pure Flutter.
https://znjameswu.github.io/flutter_math_demo/
Apache License 2.0
123 stars 52 forks source link

SelectableMath sometimes show selection handles on Web #12

Open znjameswu opened 3 years ago

znjameswu commented 3 years ago

This is a bug of Flutter's TextSelectionGestureDetector https://github.com/flutter/flutter/issues/69001

For some reason, it appeared way more often on SelectableMath than in vanilla Flutter's SelectableText.

znjameswu commented 3 years ago

Will fix after https://github.com/flutter/flutter/pull/69101/commits/c0fd109507e74b2edaae8b830342408eca822fd5 lands on beta