Yeldaai / chat-plugin

Yelda Chat Plugin
MIT License
0 stars 0 forks source link

remove event listener fix #96

Closed vishnu-ravi closed 3 years ago

vishnu-ravi commented 3 years ago

When we change assistant in yelda UI, yeldaChat.resetChat is called, it removes the window.onmessage event listener. which was not removed properly leads to multiple openChat event triggered so these issues occur https://github.com/Yeldaai/yelda/issues/4319 https://github.com/Yeldaai/yelda/issues/4318 https://github.com/Yeldaai/yelda/issues/4301 To fix these issues remove event listener is fixed in chatPlugin and webchat repos