Files
hoppscotch/helpers/support.js
2021-08-09 17:55:30 +05:30

5 lines
104 B
JavaScript

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