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

Optimised iframe for offer

This commit is contained in:
Princi Vershwal 2024-01-24 19:23:37 +05:30
parent a93e4416ff
commit 4c38f53283

View file

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