SmallRuralDog / web3modal-vue

A single Web3 / Ethereum provider solution for all Wallets
https://smallruraldog.github.io/web3modal-vue/
MIT License
109 stars 68 forks source link

fix: onClose event trigger CLOSE_EVENT #24

Open vachmara opened 1 year ago

vachmara commented 1 year ago

Description

@onClose event call the _toggleModal() function without triggering the CLOSE_EVENT.

When an user just click outside the modal to close it, the event is not triggered here : https://github.com/SmallRuralDog/web3modal-vue/blob/cc95d434fea27702031c7d18137a6d72263e159d/src/Web3ModalVue.vue#L84

Resolution

Change the handleback function to @onClose="onClose"