Fix addressbook context menu -> Mail -> Add to ... didn't work after the first time

This commit is contained in:
nathan 2024-03-05 14:58:49 -07:00
parent 64f9d34010
commit 6c260ebb7e

View File

@ -258,6 +258,7 @@ export class Et2Email extends Et2InputWidget(LitElement) implements SearchMixinI
{
this.value = _value;
}
this.requestUpdate("value");
}
willUpdate(changedProperties : PropertyValues)