parent
2be71e73dc
commit
2f63ebb8a6
11 changed files with 124 additions and 110 deletions
|
@ -199,6 +199,10 @@ export const IFrameHelper = {
|
|||
},
|
||||
|
||||
handleNotificationDot: event => {
|
||||
if (window.$chatwoot.hideMessageBubble) {
|
||||
return;
|
||||
}
|
||||
|
||||
const bubbleElement = document.querySelector('.woot-widget-bubble');
|
||||
if (
|
||||
event.unreadMessageCount > 0 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue