Description of the issue
Sometimes the monaco editor panels don't have the latest data when you run a snippet.
Steps to reproduce
- start a new jsgist
- in the HTML panel type
<h1>foo</h1>
- click run
- in the HTML panel erase the code
- click run
What should happen:
The run window is empty
What happens instead
The run window shows foo