Vanessa 2023-05-01 15:40:12 +08:00
parent d5c957ef51
commit 132cef442f
3 changed files with 13 additions and 5 deletions

View file

@ -35,7 +35,9 @@ export class Files extends Model {
this.onMove(data);
break;
case "reloadFiletree":
this.init(false);
setNoteBook(() => {
this.init(false);
});
break;
case "mount":
this.onMount(data);