mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 01:25:44 +08:00
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…
x
Reference in New Issue
Block a user