diff --git a/tldraw/apps/tldraw-logseq/src/components/QuickLinks/QuickLinks.tsx b/tldraw/apps/tldraw-logseq/src/components/QuickLinks/QuickLinks.tsx index 87deb97180..908edc1996 100644 --- a/tldraw/apps/tldraw-logseq/src/components/QuickLinks/QuickLinks.tsx +++ b/tldraw/apps/tldraw-logseq/src/components/QuickLinks/QuickLinks.tsx @@ -25,7 +25,7 @@ export const QuickLinks: TLQuickLinksComponent = observer(({ shape }) => link[0].toLowerCase() !== app.currentPage.name && handlers.getBlockPageName(link[0]) !== app.currentPage.name ) - }, [shape.props.type, shape.props.parentId, shape.props.refs]) + }, [shape.props.id, shape.props.type, shape.props.parentId, shape.props.refs]) if (links.length === 0) return null