Give more time for render

This commit is contained in:
Chi Vinh Le
2018-08-27 17:36:43 +02:00
parent f57773393a
commit 5a87e6abc6
+1 -1
View File
@@ -22,7 +22,7 @@ if ((document as any).fonts) {
requestAnimationFrame(() => () =>
(document as any).fonts.ready.then(resizePopup)
),
50
100
);
}