Skip to content

Commit 95cf02e

Browse files
authored
FIX Conversation disappear after close and reopen DomeGPT Ticket#831461 (#103)
1 parent 1b6c727 commit 95cf02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/chatbot-widget/chatbot-widget.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class ChatbotWidgetComponent {
4242
this.state = !this.state;
4343
this.cdr.detectChanges();
4444
this.chatbox = this.el.nativeElement.querySelector('.chatbox__support')
45+
this.updateChatText();
4546
// show or hides the box
4647
/*if(this.state) {
4748
this.chatbox.classList.add('chatbox--active')

0 commit comments

Comments
 (0)