mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user