You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I see I can set the Helpdesk View (Crisp.chat.setHelpdeskView()) but I can't do a similar thing to switch to Chat View (e.g. Crisp.chat.setChatView()). This could be handy for hooking up my UI elements to the desired action (either talking to someone or checking the helpdesk topics). Small thing but IMHO it improves the experience.
I tried to fork and add it on my own, but it looks like I can't toggle between Chat and Helpdesk view with the $crisp.push(["do", "chat:open"]) method.
Hey, I see I can set the Helpdesk View (
Crisp.chat.setHelpdeskView()
) but I can't do a similar thing to switch to Chat View (e.g.Crisp.chat.setChatView()
). This could be handy for hooking up my UI elements to the desired action (either talking to someone or checking the helpdesk topics). Small thing but IMHO it improves the experience.I tried to fork and add it on my own, but it looks like I can't toggle between Chat and Helpdesk view with the
$crisp.push(["do", "chat:open"])
method.Let me know what am I doing wrong 😅
Cheers
The text was updated successfully, but these errors were encountered: