fixed: modal closing too slow bug
This commit is contained in:
@@ -13,7 +13,6 @@ export const useModalStore = defineStore('modalStore', {
|
||||
this.whichModal = whichModal;
|
||||
},
|
||||
async closeModal(){
|
||||
await delaySecond(2);
|
||||
this.isModalOpen = false;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user