mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4740 - SpeedDial: unstyled implementation defect breaks the calculations
This commit is contained in:
parent
69a3a57df3
commit
bba5d21060
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default {
|
|||
this.id = this.id || UniqueComponentId();
|
||||
|
||||
if (this.type !== 'linear') {
|
||||
const button = DomHandler.findSingle(this.container, '[data-pc-section="button"]');
|
||||
const button = DomHandler.findSingle(this.container, '[data-pc-name="button"]');
|
||||
const firstItem = DomHandler.findSingle(this.list, '[data-pc-section="menuitem"]');
|
||||
|
||||
if (button && firstItem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue