From bfc8afd6792ce68dc98ed66fc975212a2f0f1bfc Mon Sep 17 00:00:00 2001 From: Jeff-Emmett Date: Tue, 25 Feb 2025 11:38:53 -0500 Subject: [PATCH] Fix context menu with defaults --- src/ui/CustomContextMenu.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx index c262c4b..4c0a303 100644 --- a/src/ui/CustomContextMenu.tsx +++ b/src/ui/CustomContextMenu.tsx @@ -7,7 +7,7 @@ import { TLShape, } from "tldraw" import { TldrawUiMenuGroup } from "tldraw" -import { DefaultContextMenu } from "tldraw" +import { DefaultContextMenu, DefaultContextMenuContent } from "tldraw" import { TLUiContextMenuProps, useEditor } from "tldraw" import { cameraHistory, @@ -67,6 +67,7 @@ export function CustomContextMenu(props: TLUiContextMenuProps) { return ( + {/* Camera Controls Group */}