fix child app update variables (#4385)

This commit is contained in:
heheer
2025-03-28 17:36:07 +08:00
committed by GitHub
parent 0ed99d8c9a
commit a37c75159f
5 changed files with 20 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ const ChatTest = ({ isOpen, nodes = [], edges = [], onClose }: Props) => {
}}
/>
<MyBox
isLoading={loading}
isLoading={isPlugin && loading}
zIndex={300}
display={'flex'}
flexDirection={'column'}