Skip to content

Commit

Permalink
refactor: Only uri jumping no delay
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Jan 20, 2025
1 parent cd39d0e commit 7370613
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ export function SetEvmWalletClickRef(props: SetEvmWalletClickRefProps) {
}
};

if (isMobile()) {
// The jumping behavior on ios must be triggered by user
if (behavior?.connectType === 'uri') {
handleJumping();
} else {
timerRef.current = setTimeout(handleJumping, 600);
Expand Down

0 comments on commit 7370613

Please sign in to comment.