solana-wallets-vue
solana-wallets-vue copied to clipboard
Small UX issue
One thing I've been seeing is that whenever you connect your wallet, the dropdown is opened (to copy your address/change your addy/disconnect). Not sure if there's a snafu with the click event, but this is less than ideal UX.
You can see this behavior by playing with my app here: https://gmneedhelp-git-walletux-gmnhlabs.vercel.app/
Hey, thanks for raising this. Yeah, I noticed that too. It only happens if you're reconnecting a wallet that's already been connected before. There's must be an event somewhere that needs a stopPropagation
or a preventDefault
.
This should be fixed now.