mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 14:12:34 +01:00
This commit is contained in:
parent
9f0eaa6a0b
commit
cad7d48320
6 changed files with 87 additions and 66 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue