Closed
Description
Reported by @tnga in a possible fix #28
Previous added listeners to share buttons are re-added twice or multiple time when execute
ShareButtons.update()
.
In browsers, ifdata-url
ordata-title
ordata-desc
have been changed before callingShareButtons.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 afterShareButtons.update()
.