flutter_math icon indicating copy to clipboard operation
flutter_math copied to clipboard

Square root claims gestures (web only)

Open edhom opened this issue 4 years ago • 0 comments

A button displaying a square root does not respond since the square root claims the gesture. The following does not work:

GestureDetector(
  onTap: () => print('This button responds'),
  child: Math.tex(r'\sqrt{2}'),
)

edhom avatar Mar 10 '21 10:03 edhom