bootstrapx-clickover
bootstrapx-clickover copied to clipboard
onShown and shown trigger is being fired many times when clicking on same popover element
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');
Also having this issue. Is there any known fix?