mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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);
|
||||
setIsInvisible(false);
|
||||
}
|
||||
}, 300);
|
||||
}, 500);
|
||||
}, [iframeRef]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue