* new createLogger function
* custom elements have their own logger
This commit is contained in:
John Livingston
2024-06-14 14:48:27 +02:00
parent 75dd2e4d59
commit d42bcf01a7
2 changed files with 23 additions and 5 deletions

View File

@ -101,6 +101,11 @@ export class ShareChatElement extends LivechatElement {
this._restorePreviousState()
}
protected override updated (changedProperties: PropertyValues): void {
super.updated(changedProperties)
this.logger.info('Update!')
}
protected override render = (): TemplateResult => {
return html`
${tplShareChatTabs(this)}