Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.$element.on('click', '.meta-data-table a', event => {
event.stopImmediatePropagation();
this.emit(EVENTS.CARD_CLICK_LINK, event);
return !this._config['card.disableLinkNavigation'];
});