Vanessa 2023-04-28 12:02:08 +08:00
parent 9cb6e9ec25
commit 509a53a4bf
9 changed files with 121 additions and 85 deletions

View file

@ -648,7 +648,9 @@ export class Wnd {
}
}
if (model instanceof Custom) {
model.destroy();
if (model.destroy) {
model.destroy();
}
}
model.send("closews", {});
}