Skip to content

Commit fb60fbb

Browse files
committed
auto height for html preview
1 parent 4199e17 commit fb60fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/components/markdown.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function HTMLPreview(props: { code: string }) {
9696
cursor: "pointer",
9797
overflow: "auto",
9898
}}
99-
onClick={(e) => e.stopPropapation()}
99+
onClick={(e) => e.stopPropagation()}
100100
>
101101
<iframe
102102
id={frameId}

0 commit comments

Comments
 (0)