mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +01:00
fix
This commit is contained in:
parent
ff7c7535e3
commit
c6957f6c00
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
|
|||
} else if (token.children.length === 1 && token.children[0].type === 'url') {
|
||||
return [h(MkUrlPreview, {
|
||||
url: token.children[0].props.url,
|
||||
}];
|
||||
})];
|
||||
} else {
|
||||
return [h('div', {
|
||||
style: QUOTE_STYLE,
|
||||
|
|
Loading…
Reference in a new issue