mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3945 - SpeedDial: Mask and SpeedDial itself prevent pointer events and speedDial does not close using item slot
This commit is contained in:
parent
e1af6c210a
commit
45320f0856
2 changed files with 5 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
<span v-if="item.icon" :class="['p-speeddial-action-icon', item.icon]" v-bind="getPTOptions(`${id}_${index}`, 'actionIcon')"></span>
|
||||
</a>
|
||||
</template>
|
||||
<component v-else :is="$slots.item" :item="item"></component>
|
||||
<component v-else :is="$slots.item" :item="item" :onClick="(event) => onItemClick(event, item)"></component>
|
||||
</li>
|
||||
</template>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue