Skip to content

Commit

Permalink
avoid flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed May 25, 2024
1 parent 2a2b732 commit 399d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/MemberEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</script>

<template>
<IonModal ref="self" :isOpen @didPresent="setAccent" @didDismiss="dismiss">
<IonModal ref="self" :isOpen @willPresent="setAccent" @didDismiss="dismiss">
<IonHeader>
<IonToolbar>
<IonButtons slot="start">
Expand Down

0 comments on commit 399d67e

Please sign in to comment.