mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Handle initial value sometimes not set after Shoelace version bump
This commit is contained in:
parent
36d74dd91f
commit
e8a93ab782
@ -124,6 +124,10 @@ export const Et2widgetWithSelectMixin = <T extends Constructor<LitElement>>(supe
|
|||||||
this._optionTargetNode
|
this._optionTargetNode
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if(this.handleMenuSlotChange)
|
||||||
|
{
|
||||||
|
this.handleMenuSlotChange();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user