mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
3925d5d1c4
commit
e9bf86e9d0
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue