mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
This commit is contained in:
parent
8f689502ec
commit
781be3263f
1 changed files with 2 additions and 2 deletions
|
|
@ -901,8 +901,8 @@ const getArticle = (options: {
|
|||
fetchPost("/api/filetree/getDoc", {
|
||||
id: options.id,
|
||||
query: options.value,
|
||||
method: options.config.method,
|
||||
types: options.config.types,
|
||||
queryMethod: options.config.method,
|
||||
queryTypes: options.config.types,
|
||||
mode: foldResponse.data ? 0 : 3,
|
||||
size: foldResponse.data ? Constants.SIZE_GET_MAX : window.siyuan.config.editor.dynamicLoadBlocks,
|
||||
zoom: foldResponse.data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue