Skip to content

Commit

Permalink
[Client] Allow modal transition to play on first appearance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Oct 18, 2023
1 parent 9afc9e9 commit 63bc428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Modal.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<transition name="modal">
<transition name="modal" appear>
<div class="modal-mask" v-if="displayed">
<div class="modal-wrapper" @click="close($event)">
<div class="modal-container">
Expand Down

0 comments on commit 63bc428

Please sign in to comment.