feat: run on callback

This commit is contained in:
Shivam Mishra
2025-05-16 16:35:18 +05:30
parent b591893486
commit aa5242fdb0
+3 -1
View File
@@ -47,4 +47,6 @@ export const init = async () => {
});
};
window.initChatUI = init;
if (typeof window.chatwootCallback === 'function') {
window.chatwootCallback(init);
}