We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6c727 commit 95cf02eCopy full SHA for 95cf02e
src/app/chatbot-widget/chatbot-widget.component.ts
@@ -42,6 +42,7 @@ export class ChatbotWidgetComponent {
42
this.state = !this.state;
43
this.cdr.detectChanges();
44
this.chatbox = this.el.nativeElement.querySelector('.chatbox__support')
45
+ this.updateChatText();
46
// show or hides the box
47
/*if(this.state) {
48
this.chatbox.classList.add('chatbox--active')
0 commit comments