Skip to content

Commit

Permalink
chore: fix dialog delay time (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
loatheb authored Jul 26, 2022
1 parent ebe7b23 commit 5448aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/views/Discover/Explorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const Explorer: FC = () => {
/>
),
});
}, 1);
}, 500);

const isConfirm = await new Promise<boolean>((resolve) => {
dappOpenConfirm = resolve;
Expand Down

0 comments on commit 5448aa7

Please sign in to comment.