mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
30a965c58e
commit
a339144007
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export class Setting {
|
|||
private destroyCallback: () => void;
|
||||
private width: string;
|
||||
private height: string;
|
||||
public dialog:Dialog;
|
||||
|
||||
constructor(options: {
|
||||
height?: string,
|
||||
|
|
@ -97,5 +98,6 @@ export class Setting {
|
|||
}
|
||||
dialog.destroy();
|
||||
});
|
||||
this.dialog = dialog;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue