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
it gives errors while running after I compile it with chrome
Uncaught TypeError: node.classList.indexOf is not a function
I changed node.classList.indexOf > -1 to node.classList.contains('ace_editor') (this fixed the error)
Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
I don't know how to fix the last error
The text was updated successfully, but these errors were encountered:
it gives errors while running after I compile it with chrome
Uncaught TypeError: node.classList.indexOf is not a function
I changed node.classList.indexOf > -1 to node.classList.contains('ace_editor') (this fixed the error)
Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
I don't know how to fix the last error
The text was updated successfully, but these errors were encountered: