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