-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
重启后已经存在的页签动态加载失效 #5255
New issue
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
Comments
目前动态加载不会移除已经加载过的内容,可以通过 F5 刷新缓解。 |
F5 之后确实可以了,但问题是打开文档时,会自动加载所有内容 (除了首次打开的第一个文档)。 |
这个我这里重现不了,方便发一下 .sy 么? |
我这里可以完全复现,方法是打开多个文档,此时退出思源笔记并重新打开,就会出现该情况 (即首个文档之外的其他文档动态加载失效)。 |
example 动态加载失效.zip |
谢谢,能够重现问题了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
该问题是否已经被报告过了? Is there an existing issue for this?
I have searched the existing issues
描述问题 Describe the problem
在升级到v2.0.22 版本后,长文档的输入非常卡顿。经过观察,发现只有第一个打开的文档的懒加载机制生效了 (只渲染当前打开的section);而其他文档的大纲都会全部展开并加载,如下图所示,导致输入非常卡顿。

期待的结果 Expected result
懒加载机制应该全局生效
截屏或者录屏演示 Screenshot or screen recording presentation
如上图所示,除了第一个打开的文档,其余文档懒加载机制失效。
版本环境 Version environment
日志文件 Log file
N/A
更多信息 More information
No response
The text was updated successfully, but these errors were encountered: