mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-11 21:28:12 +09:00
[Client] Fix bug
This commit is contained in:
parent
506723eb6f
commit
2f13e6be47
@ -129,7 +129,9 @@ export default Vue.component('misskey-flavored-markdown', {
|
|||||||
key: Math.random(),
|
key: Math.random(),
|
||||||
props: {
|
props: {
|
||||||
url: token.node.props.url,
|
url: token.node.props.url,
|
||||||
target: '_blank',
|
target: '_blank'
|
||||||
|
},
|
||||||
|
attrs: {
|
||||||
style: 'color:var(--mfmLink);'
|
style: 'color:var(--mfmLink);'
|
||||||
}
|
}
|
||||||
})];
|
})];
|
||||||
|
Loading…
Reference in New Issue
Block a user