You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Hover over one of the bars, note the console/printed output. Should only print once
Change the slider, hover over a bar. Now it prints twice!
Change the slider again. Hover over a bar. Now it prints three times!
My hunch is that every time bind_shiny is called, the observer for add_tooltip isn't being destroyed, and each of these is observers is being called when the hover occurs.
Is there any workaround?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My hunch is that every time
bind_shiny
is called, the observer foradd_tooltip
isn't being destroyed, and each of these is observers is being called when the hover occurs.Is there any workaround?
The text was updated successfully, but these errors were encountered: