Vanessa 2025-11-29 11:17:58 +08:00
parent 9f0eaa6a0b
commit cad7d48320
6 changed files with 87 additions and 66 deletions

View file

@ -85,6 +85,7 @@ export const getDocByScroll = (options: {
highlight: !isSupportCSSHL(),
}, response => {
onGet({
scrollPosition: options.mergedOptions.scrollPosition,
data: response,
protyle: options.protyle,
action: actions,
@ -98,6 +99,7 @@ export const getDocByScroll = (options: {
} else {
actions.push(Constants.CB_GET_ALL);
onGet({
scrollPosition: options.mergedOptions.scrollPosition,
data: response,
protyle: options.protyle,
action: actions,
@ -121,6 +123,7 @@ export const getDocByScroll = (options: {
highlight: !isSupportCSSHL(),
}, response => {
onGet({
scrollPosition: options.mergedOptions.scrollPosition,
data: response,
protyle: options.protyle,
action: actions,