Vanessa 2022-10-30 23:13:41 +08:00
parent 20e2e7b41a
commit b470885e75
21 changed files with 32 additions and 33 deletions

View file

@ -655,7 +655,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
});
fetchPost("/api/filetree/getDoc", {
id: protyle.block.id,
size: Constants.SIZE_GET,
size: window.siyuan.config.editor.dynamicLoadBlocks,
}, getResponse => {
onGet(getResponse, protyle);
/// #if !MOBILE