0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge branch 'main' into offeriFrameFlashFix

This commit is contained in:
Princi Vershwal 2024-01-24 19:24:32 +05:30 committed by GitHub
commit d6f6c94e06
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);
}
}, 500);
}, 300);
}, [iframeRef]);
useEffect(() => {