We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关联 #5630
会卡出标题和题头图:
一个可能的解决方案:
点击动态滚动条之后的瞬间禁止文档滚动,等到滚动不会有问题了才允许滚动
以及在 onGet 执行完之后再修改 style:
fetchPost("/api/filetree/getDoc", { id: protyle.wysiwyg.element.firstElementChild.getAttribute("data-node-id"), mode: 1, size: window.siyuan.config.editor.dynamicLoadBlocks, }, getResponse => { onGet({ data: getResponse, protyle, action: [Constants.CB_GET_BEFORE, Constants.CB_GET_UNCHANGEID], }); // TODO 在 onGet 执行完之后再修改 style protyle.contentElement.style.overflow = ""; protyle.contentElement.style.width = ""; });
The text was updated successfully, but these errors were encountered:
Vanessa219
No branches or pull requests
关联 #5630
会卡出标题和题头图:
video.webm
一个可能的解决方案:
点击动态滚动条之后的瞬间禁止文档滚动,等到滚动不会有问题了才允许滚动
以及在 onGet 执行完之后再修改 style:
The text was updated successfully, but these errors were encountered: