fix: bugs

This commit is contained in:
Kilu 2024-06-29 20:05:50 +08:00
parent a5a8e8f125
commit deae07b83e

View File

@ -55,7 +55,9 @@ export const LinkPreview = memo(
</div>
</div>
) : (
node.data.url
<a href={node.data.url} className={'text-content-blue-400 underline'} target={'blank'}>
{node.data.url}
</a>
)}
</div>
<div ref={ref} className={'absolute left-0 top-0 h-full w-full caret-transparent'}>