FIX: Double clicking full name was broken too
This commit is contained in:
parent
3d4299151c
commit
f6f03ac009
|
@ -19,7 +19,6 @@ export default createWidget('poster-name', {
|
|||
userLink(attrs, text) {
|
||||
return h('a', { attributes: {
|
||||
href: attrs.usernameUrl,
|
||||
'data-auto-route': true,
|
||||
'data-user-card': attrs.username
|
||||
} }, text);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue