mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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
|
||||
);
|
||||
}
|
||||
if(this.handleMenuSlotChange)
|
||||
{
|
||||
this.handleMenuSlotChange();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user