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

Tooltip/Popover will be closed if open, close, then open in 500ms #31

Open
scribetw opened this issue Jul 14, 2022 · 1 comment
Open
Assignees
Labels

Comments

@scribetw
Copy link

Timer(const Duration(milliseconds: 500), () {
$tip.off(Transition.end);
if (tip.parent != null)
tip.remove();
});

The delayed 500ms callback will hide the tooltip/popover.

Screencast.from.2022.07.14.15.56.18.mp4
@scribetw
Copy link
Author

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

No branches or pull requests

2 participants