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
SVG('drawing') will execute document.getElementById('drawing') and such an element didn't exist in the dom before, please have a look at this gist now that it's possible to edit the contents of the body http://requirebin.com/?gist=c9ba92aaaad84c2cdc05
Using this code, including comments on bottom, in Chrome on Mac OSX, causes this error without any stacktrace
The code (must include bottom two lines which are commented out)
If you remove the two commented lines, no error is produced. No error is produced if you use multiline comments as well:
From a quick glance over the code, I'm thinking this might be an issue I should report to javascript-editor repo at https://www.npmjs.org/package/javascript-editor - do you agree?
The text was updated successfully, but these errors were encountered: