0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Optimised offer iframe (#19571)

This commit is contained in:
Princi Vershwal 2024-01-24 19:35:03 +05:30 committed by GitHub
parent 71dca8b0e8
commit abff4d8762
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);
}
}, 300);
}, 1000);
}, [iframeRef]);
useEffect(() => {