File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ function handleMouseleave() {
180
180
<Teleport v-if =" hasChildren" to =" body" :disabled =" !rootMenu.isMenuPopup" >
181
181
<Transition v-bind =" transitionClass" v-on =" transitionEvent" >
182
182
<OverlayScrollbarsComponent
183
- v-if =" opened" ref =" subMenuRef" :options =" { scrollbars: { visibility: 'hidden' } }" defer class =" sub-menu" :class =" {
183
+ v-show =" opened" ref =" subMenuRef" :options =" { scrollbars: { visibility: 'hidden' } }" defer class =" sub-menu" :class =" {
184
184
'bg-[var(--g-sub-sidebar-bg)]': rootMenu.isMenuPopup,
185
185
'ring-1 ring-stone-2 dark-ring-stone-8 shadow-xl fixed z-3000 w-[200px]': rootMenu.isMenuPopup,
186
186
'mx-1': rootMenu.isMenuPopup && (rootMenu.props.mode === 'vertical' || level !== 0),
You can’t perform that action at this time.
0 commit comments