mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Changed delay to 300ms (#19564)
This commit is contained in:
parent
f22e0eb2dd
commit
e7a72e2ab1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab
|
||||||
if (iframeRef.current) {
|
if (iframeRef.current) {
|
||||||
setIsInvisible(false);
|
setIsInvisible(false);
|
||||||
}
|
}
|
||||||
}, 200);
|
}, 300);
|
||||||
}, [iframeRef]);
|
}, [iframeRef]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue