Fixed #4740 - SpeedDial: unstyled implementation defect breaks the calculations

pull/4759/head
tugcekucukoglu 2023-11-02 14:23:47 +03:00
parent 69a3a57df3
commit bba5d21060
1 changed files with 1 additions and 1 deletions

View File

@ -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) {