Skip to content

Commit

Permalink
Refactor #5266
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 20, 2024
1 parent 4ecae4d commit ee75150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/lib/stepper/Stepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div>

<transition name="p-toggleable-content" v-bind="getStepPT(step, 'transition', index)">
<div v-if="isStepActive(index)" :class="cx('stepper.toggleableContent')" v-bind="getStepPT(step, 'toggleableContent', index)">
<div v-show="isStepActive(index)" :class="cx('stepper.toggleableContent')" v-bind="getStepPT(step, 'toggleableContent', index)">
<slot v-if="index !== stepperpanels.length - 1" name="separator">
<StepperSeparator
v-if="index !== stepperpanels.length - 1"
Expand All @@ -115,7 +115,6 @@
</slot>
<slot name="content">
<StepperContent
v-show="isStepActive(index)"
:id="getStepContentId(index)"
:template="step?.children?.content"
:stepperpanel="step"
Expand Down

0 comments on commit ee75150

Please sign in to comment.