We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56787ad commit 132b412Copy full SHA for 132b412
src/overlay/template.jsx
@@ -136,7 +136,7 @@ export function Overlay({
136
}
137
};
138
139
- function forceRenderAfterTimeout(frameEl, prerenderFrameEl, timeout = 2000) {
+ function forceRenderAfterTimeout(frameEl, prerenderFrameEl, timeout = 3000) {
140
setTimeout(() => {
141
prerenderFrameEl.classList.remove(CLASS.VISIBLE);
142
prerenderFrameEl.classList.add(CLASS.INVISIBLE);
0 commit comments