mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
This commit is contained in:
parent
8383a4b3fa
commit
f968a683c8
1 changed files with 2 additions and 2 deletions
|
|
@ -2355,8 +2355,8 @@ export class WYSIWYG {
|
|||
});
|
||||
} else if (event.deltaY > 0 && protyle.wysiwyg.element.lastElementChild.getAttribute("data-eof") !== "2") {
|
||||
fetchPost("/api/filetree/getDoc", {
|
||||
id: protyle.wysiwyg.element.firstElementChild.getAttribute("data-node-id"),
|
||||
mode: 3,
|
||||
id: protyle.wysiwyg.element.lastElementChild.getAttribute("data-node-id"),
|
||||
mode: 2,
|
||||
size: window.siyuan.config.editor.dynamicLoadBlocks,
|
||||
}, getResponse => {
|
||||
preventGetTopHTML = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue