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
Hello,
do you know the problem when you drag the handle and move the mouse outside of the window?
The error comes from the handleDrag function, because target changes to document dom element and there is no classList option. I think this will be solved when you check if target has the attribute classList?
Best regards,
Alex
The text was updated successfully, but these errors were encountered:
Uncaught TypeError: Cannot read property 'contains' of undefined
at HTMLDocument.Slider._this.handleDrag (eval at <anonymous> (bundle.js:4), <anonymous>:111:27)
Hello,
do you know the problem when you drag the handle and move the mouse outside of the window?
The error comes from the handleDrag function, because target changes to document dom element and there is no classList option. I think this will be solved when you check if target has the attribute classList?
Best regards,
Alex
The text was updated successfully, but these errors were encountered: