mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Merge branch 'main' into offeriFrameFlashFix
This commit is contained in:
commit
d6f6c94e06
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);
|
||||
}
|
||||
}, 500);
|
||||
}, 300);
|
||||
}, [iframeRef]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue