mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): block links in doc info (#8324)

This commit is contained in:
@@ -23,6 +23,7 @@ export const LinksRow = ({
|
||||
<AffinePageReference
|
||||
key={index}
|
||||
pageId={link.docId}
|
||||
params={'params' in link ? link.params : undefined}
|
||||
wrapper={props => (
|
||||
<div className={styles.wrapper} onClick={onClick} {...props} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user