mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
bb49855133
commit
6930d48446
4 changed files with 9 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import {showMessage} from "../dialog/message";
|
|||
import {fetchPost} from "../util/fetch";
|
||||
import {confirmDialog} from "../dialog/confirmDialog";
|
||||
import {highlightRender} from "../protyle/render/highlightRender";
|
||||
import {exportLayout} from "../layout/util";
|
||||
import {exportLayout, saveLayout} from "../layout/util";
|
||||
import {Constants} from "../constants";
|
||||
/// #if !BROWSER
|
||||
import {shell} from "electron";
|
||||
|
|
@ -813,6 +813,7 @@ export const bazaar = {
|
|||
afterLoadPlugin(item);
|
||||
});
|
||||
});
|
||||
saveLayout();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue