Moved polyfill from utils to own file
This commit is contained in:
@@ -597,8 +597,6 @@ export default class Card {
|
||||
// Prevents loading the link in the current tab.
|
||||
if (event.type != 'Follow') {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
event.stopImmediatePropagation()
|
||||
}
|
||||
|
||||
if (editable && event.type == 'click') {
|
||||
|
||||
Reference in New Issue
Block a user