You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Two event listeners are registered against the click event.
The text was updated successfully, but these errors were encountered:
AlexGalays
changed the title
Event listeners are cumulated when using message.with(newReference)
Event listeners are not removed when using message.with(newReference)
Nov 10, 2017
click: myMessage.with({})
then
click: myMessage.with({})
= Two event listeners are registered against the
click
event.The text was updated successfully, but these errors were encountered: