v1.0.0a ready

This commit is contained in:
lxsang
2020-06-22 11:28:44 +02:00
parent 4a941f0467
commit a2acafa3d0
6 changed files with 226 additions and 55 deletions

View File

@ -130,7 +130,7 @@ namespace OS {
try {
await this.mkfileAll(files, path, name);
this.app.currdir = rpath.asFileHandle();
this.app.initSideBar();
this.app.toggleSideBar();
return this.app.openFile(
`${rpath}/${name}.coffee`.asFileHandle() as application.CodePadFileHandle
);