mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: bugs
This commit is contained in:
parent
a5a8e8f125
commit
deae07b83e
@ -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'}>
|
||||
|
Loading…
Reference in New Issue
Block a user