fixed rich content hyperlinks rendering

This commit is contained in:
William Grant 2021-10-20 15:23:29 +11:00
parent 0bb60193c5
commit 86ab07e34a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export function RichBody(props: Props): ReactElement {
};
return cloneElement(child, newProps);
}
return child;
});
return (
<Link href={url} scroll={!isLocal(node.data.uri)}>