mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -92,8 +92,10 @@ export const onGet = (options: {
|
||||
if (options.protyle.options.render.title) {
|
||||
// 页签没有打开
|
||||
options.protyle.title.render(options.protyle, response);
|
||||
} else if (options.protyle.options.render.background) {
|
||||
options.protyle.background.render(response.data.ial, options.protyle.block.rootID);
|
||||
} else {
|
||||
if (options.protyle.options.render.background) {
|
||||
options.protyle.background.render(response.data.ial, options.protyle.block.rootID);
|
||||
}
|
||||
options.protyle.wysiwyg.renderCustom(response.data.ial);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user