Moved polyfill from utils to own file

This commit is contained in:
2022-11-09 14:11:34 +01:00
parent 34792f20d6
commit 2987b820a9
7 changed files with 16 additions and 92 deletions
-2
View File
@@ -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') {