mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 10:14:21 +01:00
This commit is contained in:
parent
d76fc2690e
commit
ca931e64d4
1 changed files with 3 additions and 3 deletions
|
|
@ -1166,6 +1166,9 @@ export const getArticle = (options: {
|
|||
method: options.config?.method || null,
|
||||
types: options.config?.types || null,
|
||||
};
|
||||
if (options.edit.protyle.options.render.title) {
|
||||
options.edit.protyle.title.render(options.edit.protyle, response);
|
||||
}
|
||||
onGet({
|
||||
updateReadonly: true,
|
||||
data: getResponse,
|
||||
|
|
@ -1210,9 +1213,6 @@ export const getArticle = (options: {
|
|||
}
|
||||
}
|
||||
});
|
||||
if (options.edit.protyle.options.render.title) {
|
||||
options.edit.protyle.title.render(options.edit.protyle, response);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue