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
prevent error loop in case of undefined $wrapper.data('multipleInput')
if for any reason this code line fails, the interval is not removed and
console.log fills with error messages every 10ms.
This change prevents that from happening.
I have no idea why it fails, but the widget works fine.
0 commit comments