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
When creating a new Editor object, 'this.isSkinW8' is not a function. 'this' might not be referring to the right context. What is strange is that it only happens at line 14615 of the merged JS file. The other 19 calls prior to this one don't cause an error like this.
let options = {}; JSDraw2.Editor("divName", options);
Uncaught (in promise) TypeError: this.isSkinW8 is not a function
The text was updated successfully, but these errors were encountered:
When creating a new Editor object, 'this.isSkinW8' is not a function. 'this' might not be referring to the right context. What is strange is that it only happens at line 14615 of the merged JS file. The other 19 calls prior to this one don't cause an error like this.
let options = {}; JSDraw2.Editor("divName", options);
Uncaught (in promise) TypeError: this.isSkinW8 is not a function
The text was updated successfully, but these errors were encountered: