5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
export const showChat = () => {
|
|
$crisp.push(["do", "chat:show"])
|
|
$crisp.push(["do", "chat:open"])
|
|
}
|