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

isModal does not work, if child is gestureDetector #67

Open
fai9al7dad opened this issue Dec 3, 2022 · 0 comments
Open

isModal does not work, if child is gestureDetector #67

fai9al7dad opened this issue Dec 3, 2022 · 0 comments

Comments

@fai9al7dad
Copy link

isModal wraps the child with a gestureDetector as far as I know, but if the child is already wrapped with a gesture detector, isModal will not work

issue code

JustTheTooltip(
isModal: true,
content: Text("Content")
child: GestureDetector(
onTap: () => {}, // if not provided on tap it will work.
child: Text("child"),
)
);

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

No branches or pull requests

1 participant