Et2LinkEntry: Fix initial value not shown

This commit is contained in:
nathan 2024-05-10 10:29:39 -06:00
parent bd9464b7fe
commit 9eee63bbbd

View File

@ -108,9 +108,6 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
this._handleShow = this._handleShow.bind(this);
this._handleHide = this._handleHide.bind(this);
// Clear initial value
this.__value = undefined;
if(!this.readonly)
{
this.updateComplete.then(() =>