Skip to content

Commit 132b412

Browse files
committed
3 second timeout
1 parent 56787ad commit 132b412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlay/template.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function Overlay({
136136
}
137137
};
138138

139-
function forceRenderAfterTimeout(frameEl, prerenderFrameEl, timeout = 2000) {
139+
function forceRenderAfterTimeout(frameEl, prerenderFrameEl, timeout = 3000) {
140140
setTimeout(() => {
141141
prerenderFrameEl.classList.remove(CLASS.VISIBLE);
142142
prerenderFrameEl.classList.add(CLASS.INVISIBLE);

0 commit comments

Comments
 (0)