Skip to content

Commit

Permalink
refactor(mb): Add this._clearTypingEndTimeout(); into _clean
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Oct 24, 2024
1 parent 99d17b9 commit 246f0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/js/__internal/ui/chat/messagebox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class MessageBox extends DOMComponent<MessageBox, Properties> {
}

_clean(): void {
clearTimeout(this._typingEndTimeoutId);
this._clearTypingEndTimeout();

super._clean();
}
Expand Down

0 comments on commit 246f0d7

Please sign in to comment.