Changed delay to 300ms (#19564)

This commit is contained in:
Princi Vershwal 2024-01-24 13:39:28 +05:30 committed by GitHub
parent f22e0eb2dd
commit e7a72e2ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab
if (iframeRef.current) {
setIsInvisible(false);
}
}, 200);
}, 300);
}, [iframeRef]);
useEffect(() => {