JohnCoene / tippy

💬 Tippy.js for Shiny
http://tippy.john-coene.com/
Other
76 stars 2 forks source link

Fix tippy_* methods #32

Closed yogat3ch closed 1 year ago

yogat3ch commented 1 year ago

The tippy methods tippy_show/enable/disable fail with the following error:

Warning: Error in sapply: argument ".is_tag" is missing, with no default

This passes the argument down into send_method to fix the error.