support.js 104 B

1234
  1. export const showChat = () => {
  2. $crisp.push(["do", "chat:show"])
  3. $crisp.push(["do", "chat:open"])
  4. }