We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4199e17 commit fb60fbbCopy full SHA for fb60fbb
1 file changed
app/components/markdown.tsx
@@ -96,7 +96,7 @@ export function HTMLPreview(props: { code: string }) {
96
cursor: "pointer",
97
overflow: "auto",
98
}}
99
- onClick={(e) => e.stopPropapation()}
+ onClick={(e) => e.stopPropagation()}
100
>
101
<iframe
102
id={frameId}
0 commit comments