From 22c9d4c021b96e36ec9a2ab4cefdd673be8e75a5 Mon Sep 17 00:00:00 2001 From: yuvraj2011 <79921222+yuvraj2011@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:54:34 +0530 Subject: [PATCH] Reset label (#23) * fixed chat reset and css issues * removed commented code * hide faq type in sources * created iframe resizable chatBox * removed user resizable feature * rename folder and file name for embedded chat * fixed design and responsiveness of embedded chat and removed header * fixed bugs and added feature to remove float button if embedded * file name update and button text change in embedded * removed input ref focus for embedded chat * fixed embedded chatbox width and height * changed id name and entry points * Minor css changes * handled case if no embedded div found in dom and removed button * added dynamic rendering of embedded chat and widget , reduced code size * Add optional header removal Fix mobile view * use of reset lable --------- Co-authored-by: Aaron Edwards --- src/components/chatbot/Chatbot.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chatbot/Chatbot.jsx b/src/components/chatbot/Chatbot.jsx index 2eb7498..2633c14 100644 --- a/src/components/chatbot/Chatbot.jsx +++ b/src/components/chatbot/Chatbot.jsx @@ -346,7 +346,7 @@ export const Chatbot = ({ isOpen, setIsOpen, isEmbeddedBox }) => {