mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 23:20:28 +08:00
auto height for html preview
This commit is contained in:
@@ -96,7 +96,7 @@ export function HTMLPreview(props: { code: string }) {
|
||||
cursor: "pointer",
|
||||
overflow: "auto",
|
||||
}}
|
||||
onClick={(e) => e.stopPropapation()}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<iframe
|
||||
id={frameId}
|
||||
|
Reference in New Issue
Block a user