We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0749e4f commit b427b9eCopy full SHA for b427b9e
1 file changed
src/social-share-button.js
@@ -731,13 +731,15 @@ class SocialShareButton {
731
const el = this._getContainer();
732
(el || document).dispatchEvent(domEvent);
733
} catch (_) {}
734
+ //ignore
735
}
736
737
// Path 2 — onAnalytics callback (direct, single-consumer hook)
738
if (typeof this.options.onAnalytics === 'function') {
739
try {
740
this.options.onAnalytics(payload);
741
742
743
744
745
// Path 3 — plugin / adapter registry (supports multiple simultaneous consumers)
@@ -747,6 +749,7 @@ class SocialShareButton {
747
749
748
750
plugin.track(payload);
751
752
753
754
755
0 commit comments