Skip to content

Commit

Permalink
Use "hide-on-leave" option to the transition in the run frame
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Feb 22, 2024
1 parent 9e53508 commit 0b74a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/run-frame/RunFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<suspense>
<subscribe-run-no v-slot="{ runNo }">
<template v-if="runNo">
<v-fade-transition>
<v-fade-transition hide-on-leave>
<run-frame-e :key="runNo" :run-no="runNo"> </run-frame-e>
</v-fade-transition>
</template>
Expand Down

0 comments on commit 0b74a3c

Please sign in to comment.