Wednesday, August 20, 2025
1 change · saas-18.1
Resolved issues and error corrections
The live chat message box now keeps focus when a chatbot finishes processing and asks the visitor for input. This removes an extra click, making chatbot conversations smoother and reducing friction for website visitors.
Original PR description
*=website, website_livechat Before this commit: When the chatbot required processing, the composer became inactive. Upon re-enabling for user input, the composer lost focus, forcing users to click on it each time to provide input. This commit ensures that the composer retains focus, allowing users to immediately start typing without needing to click. task-4509416