Logger:
* new createLogger function * custom elements have their own logger
This commit is contained in:
@ -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)}
|
||||
|
Reference in New Issue
Block a user