diff --git a/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx b/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx index 3a4043ba88..a5e3473f3b 100644 --- a/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx +++ b/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx @@ -164,6 +164,19 @@ export const ContextMenu = observer(function ContextMenu({ + {app.selectedShapes?.size === 1 && ( + runAndTransition(() => app.paste(undefined, true))} + > + Paste as link +
+ + {MOD_KEY} V + +
+
+ )} {canAddLink && ( - <> - -
-
- Paste from clipboard with - - {MOD_KEY} V - -
- + )} {refs.length > 0 && (