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

Fix tooltip text changing after copying, fixes #77 #80

Conversation

knit-to-code
Copy link

Before this PR, the text change of the tooltip text was set with setTimeout (1000ms). As reported in #77, if the cursor stayed on top of the email longer than the setTimeout limit, then the default tooltip text would become visible again, and this would be confusing for the user.

I'm including this gif to demonstrate how the behaviour was fixed in this PR.

2020-10-17 19 22 09

… simpler openTooltip and closeTooltip functions
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.

2 participants