Revert "Optimised offer iframe" (#19572)

Reverts TryGhost/Ghost#19571
This commit is contained in:
Princi Vershwal 2024-01-24 19:45:33 +05:30 committed by GitHub
parent abff4d8762
commit 1211ec3671
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);
}
}, 1000);
}, 300);
}, [iframeRef]);
useEffect(() => {