Changed delay to 300ms (#19564)
This commit is contained in:
parent
f22e0eb2dd
commit
e7a72e2ab1
@ -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…
Reference in New Issue
Block a user