Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid tooltip area gesture detection for manual trigger mode #47

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

Pavel-Sulimau
Copy link
Contributor

We use a tooltip only in the manual trigger mode, so we show it only by using controller.showTooltip(), but in some situations the tooltip is unintentionally shown by a tap gesture.

Let's avoid wrapping it in the GestureDetector/MouseRegion when only the manual trigger mode is used.

@stargazing-dino stargazing-dino merged commit 16f170c into stargazing-dino:main Jan 3, 2022
@stargazing-dino
Copy link
Owner

Sorry for the delay on this. Holidays had me busy.

This is a great change. Thanks for the PR !

stargazing-dino added a commit that referenced this pull request Jan 3, 2022
Avoid tooltip area gesture detection for manual trigger mode
@renefloor
Copy link

@Nolence do you have any idea when you'll push a new release to pub.dev?

@stargazing-dino
Copy link
Owner

Apologies ! I thought I had published but looking through console history I think I did a dry run instead :\

Anyways, this change is now on pub with version 0.0.11+2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants