Fixed #4145 - TreeSelect: p-treeselect-items-wrapper is missing

pull/4258/head
Tuğçe Küçükoğlu 2023-08-10 14:23:43 +03:00
parent d474f11d35
commit 9d0c38f870
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<transition name="p-connected-overlay" @enter="onOverlayEnter" @leave="onOverlayLeave" @after-leave="onOverlayAfterLeave" v-bind="ptm('transition')">
<div v-if="overlayVisible" :ref="overlayRef" @click="onOverlayClick" :class="[cx('panel'), panelClass]" @keydown="onOverlayKeydown" v-bind="{ ...panelProps, ...ptm('panel') }">
<slot name="header" :value="modelValue" :options="options"></slot>
<div :class="cx('panel')" :style="{ 'max-height': scrollHeight }" v-bind="ptm('wrapper')">
<div :class="cx('wrapper')" :style="{ 'max-height': scrollHeight }" v-bind="ptm('wrapper')">
<TSTree
ref="tree"
:id="listId"