mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
bf19922990
commit
c12547f6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export const getDocByScroll = (options: {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
fetchPost("/api/filetree/getDoc", {
|
fetchPost("/api/filetree/getDoc", {
|
||||||
id: options.mergedOptions?.blockId || options.protyle.block?.rootID || options.scrollAttr.startId,
|
id: options.scrollAttr.rootId || options.mergedOptions?.blockId || options.protyle.block?.rootID || options.scrollAttr.startId,
|
||||||
startID: options.scrollAttr.startId,
|
startID: options.scrollAttr.startId,
|
||||||
endID: options.scrollAttr.endId,
|
endID: options.scrollAttr.endId,
|
||||||
}, response => {
|
}, response => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue