Open vachmara opened 1 year ago
@onClose event call the _toggleModal() function without triggering the CLOSE_EVENT.
@onClose
_toggleModal()
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
Change the handleback function to @onClose="onClose"
@onClose="onClose"
Description
@onClose
event call the_toggleModal()
function without triggering theCLOSE_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"