diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 805af7b8b..a527a672e 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -96,7 +96,7 @@ export function HTMLPreview(props: { code: string }) { cursor: "pointer", overflow: "auto", }} - onClick={(e) => e.stopPropapation()} + onClick={(e) => e.stopPropagation()} >