This commit is contained in:
Vanessa 2023-05-17 12:38:31 +08:00
parent bf19922990
commit c12547f6fd

View file

@ -75,7 +75,7 @@ export const getDocByScroll = (options: {
return;
}
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,
endID: options.scrollAttr.endId,
}, response => {