mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
9cb6e9ec25
commit
509a53a4bf
9 changed files with 121 additions and 85 deletions
|
|
@ -648,7 +648,9 @@ export class Wnd {
|
|||
}
|
||||
}
|
||||
if (model instanceof Custom) {
|
||||
model.destroy();
|
||||
if (model.destroy) {
|
||||
model.destroy();
|
||||
}
|
||||
}
|
||||
model.send("closews", {});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue