Skip to content

Commit

Permalink
Merge pull request #20 from simonsobs/dev
Browse files Browse the repository at this point in the history
Improve the transition effect to the next run
  • Loading branch information
TaiSakuma authored Feb 22, 2024
2 parents 9e53508 + 0b74a3c commit f1ea316
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 f1ea316

Please sign in to comment.