mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
4362df77ba
commit
d355423cab
2 changed files with 2 additions and 1 deletions
|
|
@ -59,6 +59,8 @@ export class Dialog {
|
|||
|
||||
public destroy() {
|
||||
this.element.remove();
|
||||
// https://github.com/siyuan-note/siyuan/issues/6783
|
||||
window.siyuan.menus.menu.remove();
|
||||
if (this.destroyCallback) {
|
||||
this.destroyCallback();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue