From 5a87e6abc6377ab3b9275b0f1cd62e2adf6756b3 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 27 Aug 2018 17:36:43 +0200 Subject: [PATCH] Give more time for render --- src/core/client/auth/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/client/auth/index.tsx b/src/core/client/auth/index.tsx index 1239fb1e9..27001dcf9 100644 --- a/src/core/client/auth/index.tsx +++ b/src/core/client/auth/index.tsx @@ -22,7 +22,7 @@ if ((document as any).fonts) { requestAnimationFrame(() => () => (document as any).fonts.ready.then(resizePopup) ), - 50 + 100 ); }