FIX: animation on ms creation screen

This commit is contained in:
Overtorment 2020-12-07 16:35:28 +00:00
parent 5ff3d390ff
commit 5cc54f282e

View file

@ -131,8 +131,12 @@ const WalletsAddMultisigStep2 = () => {
}, },
}); });
const onCreate = async () => { const onCreate = () => {
setIsLoading(true); setIsLoading(true);
setTimeout(_onCreate, 100);
};
const _onCreate = async () => {
const w = new MultisigHDWallet(); const w = new MultisigHDWallet();
w.setM(m); w.setM(m);
switch (format) { switch (format) {