Fix image src not getting set

This commit is contained in:
nathan
2022-04-08 14:03:29 -06:00
parent 2ba299f876
commit 77a11cb5fe
2 changed files with 6 additions and 0 deletions

View File

@@ -122,6 +122,11 @@ export class Et2Image extends Et2Widget(LitElement) implements et2_IDetachedDOM
}
}
get src()
{
return this.__src;
}
_handleClick(_ev : MouseEvent) : boolean
{
if(this.href)