diff --git a/lib/card/card.js b/lib/card/card.js index c6f7a96..5b4decc 100644 --- a/lib/card/card.js +++ b/lib/card/card.js @@ -595,7 +595,11 @@ export default class Card { // Prevents loading the link in the current tab. // Prevents loading the link in the current tab. - if (event.type != 'Follow') event.preventDefault() + if (event.type != 'Follow') { + event.preventDefault() + event.stopPropagation() + event.stopImmediatePropagation() + } if (editable && event.type == 'click') { return false