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:
parent
71dca8b0e8
commit
abff4d8762
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab
|
|||
if (iframeRef.current) {
|
||||
setIsInvisible(false);
|
||||
}
|
||||
}, 300);
|
||||
}, 1000);
|
||||
}, [iframeRef]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue