react-simple-chatbot
react-simple-chatbot copied to clipboard
the chatbot starts while not open
Thank you for this chatbot which is really great ! Simple to install and to use. I have q question.
My chatbot is set as floating : <ChatBot floating={true} />
When the page is loaded the chatbot is closed (so far so good). But when i am opening the chatbot by clicking on the icon, i see that some messages are already displayed.
Expected behavior : the first message should be displayed when opening the chatbot and not when loading the page.
Is there a solution to do that ?
Thanks !