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
does not handle the case when the event-handler destroys the "this" object. In this case the "this" object is still there (as it is still referenced here), but its _events property is gone. See pull request #1855.
The text was updated successfully, but these errors were encountered:
I ran in a small problem when destroying the selectize instance an an on-change event handler. The reason is that
selectize.js/src/contrib/microevent.js
Lines 27 to 33 in 3c4d241
does not handle the case when the event-handler destroys the "this" object. In this case the "this" object is still there (as it is still referenced here), but its _events property is gone. See pull request #1855.
The text was updated successfully, but these errors were encountered: