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
fix(slide-toggle): fix runtime exception for incorrect mousedown binding. (#828)
* Commit fad4ef5 made all internal functions prefixed with an underscore.
The commit did accidentally miss to add the underscore the `(mousedown)` host binding function, which
causes a Runtime Exception now.
0 commit comments