zikaari / monaco-editor-textmate

MIT License
122 stars 16 forks source link

App is rendered unusable if an html with js content is inserted in the editor #15

Open pankajk07 opened 4 years ago

pankajk07 commented 4 years ago

Steps to reproduce

  1. Create an instance of monaco-editor
  2. Make the language as html.
  3. Go to facebook.com and get their HTML source.
  4. Add the HTML source in the editor.
  5. The editor is stuck and not usable.