Skip to content

Commit

Permalink
Auto-open the newly created file
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jun 11, 2024
1 parent 90b8011 commit 25badd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ViperIDE.html
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ <h1>ViperIDE</h1>
f=open('${full}','wb')
f.close()
`)
await readFileIntoEditor(full)
}
await fetchFileList()
}
Expand Down

0 comments on commit 25badd8

Please sign in to comment.