Offer iFrame flash fix attempt 1003 (#19566)

This commit is contained in:
Princi Vershwal 2024-01-24 17:26:23 +05:30 committed by GitHub
parent 0627840f13
commit cb9efc3ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab
setHasLoaded(true);
setIsInvisible(false);
}
}, 300);
}, 500);
}, [iframeRef]);
useEffect(() => {