mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-27 21:44:25 +08:00
feat: add hide button bug
This commit is contained in:
@@ -255,7 +255,6 @@ export function Artifacts() {
|
|||||||
ref={previewRef}
|
ref={previewRef}
|
||||||
autoHeight={false}
|
autoHeight={false}
|
||||||
height={"100%"}
|
height={"100%"}
|
||||||
ref={previewRef}
|
|
||||||
onLoad={(title) => {
|
onLoad={(title) => {
|
||||||
setFileName(title as string);
|
setFileName(title as string);
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user