We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0892e7 commit 6c2af68Copy full SHA for 6c2af68
src/components/App.js
@@ -221,8 +221,9 @@ class App extends React.Component {
221
this.handleStop();
222
}
223
handleNew = async() => {
224
- this.backupManager.clearBackup();
225
- window.location.href = window.location.origin; // causes a reload
+ //this.backupManager.clearBackup();
+ //window.location.href = window.location.origin; // causes a reload
226
+ window.open('/?newGist=1', '_blank');
227
228
handleRun = async () => {
229
this.backupManager.setBackup(JSON.stringify({
0 commit comments