mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
fix: Remove unnecessary dispatchWindowEvent (#4288)
This commit is contained in:
@@ -154,8 +154,6 @@ export const IFrameHelper = {
|
|||||||
IFrameHelper.sendMessage('set-user', window.$chatwoot.user);
|
IFrameHelper.sendMessage('set-user', window.$chatwoot.user);
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatchWindowEvent({ eventName: CHATWOOT_READY });
|
|
||||||
|
|
||||||
window.playAudioAlert = () => {};
|
window.playAudioAlert = () => {};
|
||||||
|
|
||||||
initOnEvents.forEach(e => {
|
initOnEvents.forEach(e => {
|
||||||
|
|||||||
Reference in New Issue
Block a user