Preliminary file watch logic added

This commit is contained in:
2025-06-12 22:56:03 -05:00
parent 9d3eb76960
commit 7b498d0602
5 changed files with 45 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ export class EditorsComponent {
file.session.destroy();
this.files.delete(path);
window.fs.closeFile(path);
});
}