Handle initial value sometimes not set after Shoelace version bump

This commit is contained in:
nathan 2022-08-05 11:32:59 -06:00
parent 36d74dd91f
commit e8a93ab782

View File

@ -124,6 +124,10 @@ export const Et2widgetWithSelectMixin = <T extends Constructor<LitElement>>(supe
this._optionTargetNode
);
}
if(this.handleMenuSlotChange)
{
this.handleMenuSlotChange();
}
}
}