Et2Image: Fix "TypeError: this._imageTemplate is not a function"

I'm not sure how that happened.  Autocorrect?
This commit is contained in:
nathan 2022-04-14 08:50:34 -06:00
parent 6bd5388131
commit 18f6d1ee0b

View File

@ -111,7 +111,7 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
this._handleClick = this._handleClick.bind(this);
}
eTemplate()
_imageTemplate()
{
let src = this.parse_href(this.src) || this.parse_href(this.default_src);
if(!src)