Vanessa 2022-06-05 00:48:29 +08:00
parent 64ae905921
commit ff3cd4d4e9
21 changed files with 117 additions and 85 deletions

View file

@ -602,7 +602,6 @@ export class Files extends Model {
}
private onMount(data: { data: { box: INotebook, existed?: boolean }, callback?: string }) {
hideMessage();
if (data.data.existed) {
return;
}