mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix: large closing
This commit is contained in:
@@ -577,7 +577,7 @@ export const DocsGPTWidget = ({
|
||||
setTimeout(() => setIsAnimatingButton(false), 200);
|
||||
}, 250)
|
||||
:
|
||||
widgetRef.current && (widgetRef.current.style.display = "none")
|
||||
widgetRef.current && (widgetRef.current.style.display = "none") && setIsFloatingButtonVisible(true);
|
||||
};
|
||||
const handleOpen = () => {
|
||||
setOpen(true);
|
||||
|
||||
Reference in New Issue
Block a user