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
Around line 335 in function editorChanged if the save or redo buttons are not used then "Uncaught TypeError: Cannot read property 'className' of undefined " in chrome will pop on the first line of the removeClass function.
Around line 335 in function editorChanged if the save or redo buttons are not used then "Uncaught TypeError: Cannot read property 'className' of undefined " in chrome will pop on the first line of the removeClass function.
The solution was to replace the code below
with this
The text was updated successfully, but these errors were encountered: