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
in clickery if you add a console.log as in below you can see that it appears to be called once for each time the popover anchor was clicked. once you click on another popoever element it resets itself
// provide callback hooks for post shown event
typeof this.options.onShown == 'function' && this.options.onShown.call(this);
console.log('click over triggering shown');
this.$element.trigger('shown');
The text was updated successfully, but these errors were encountered:
in clickery if you add a console.log as in below you can see that it appears to be called once for each time the popover anchor was clicked. once you click on another popoever element it resets itself
// provide callback hooks for post shown event
typeof this.options.onShown == 'function' && this.options.onShown.call(this);
console.log('click over triggering shown');
this.$element.trigger('shown');
The text was updated successfully, but these errors were encountered: