mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 23:09:53 +02:00
v1.0.0a ready
This commit is contained in:
@ -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
|
||||
);
|
||||
|
Reference in New Issue
Block a user