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
Previous added listeners to share buttons are re-added twice or multiple time when execute ShareButtons.update().
In browsers, if data-url or data-title or data-desc have been changed before calling ShareButtons.update(), the changes will not be considered because the previous added listeners with previous data value on share buttons will be executed on click event before the new added listeners after ShareButtons.update().
The text was updated successfully, but these errors were encountered:
Reported by @tnga in a possible fix #28
The text was updated successfully, but these errors were encountered: