mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Offer iFrame flash fix attempt 1003 (#19566)
This commit is contained in:
parent
0627840f13
commit
cb9efc3ad4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab
|
||||||
setHasLoaded(true);
|
setHasLoaded(true);
|
||||||
setIsInvisible(false);
|
setIsInvisible(false);
|
||||||
}
|
}
|
||||||
}, 300);
|
}, 500);
|
||||||
}, [iframeRef]);
|
}, [iframeRef]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue