You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a file with a java code block over 8000 lines, typing one character takes up to 2 seconds to get it reflected on screen on my i7/16G RAM/ssd machine
The other thing is when I first load that big file, even after the Editor.prototype.changed get triggered, it takes up to 4 seconds to display the full content in editor window. As a comparison the right side preview window driven by markdown display instantly after changed event triggered
The text was updated successfully, but these errors were encountered:
On a file with a java code block over 8000 lines, typing one character takes up to 2 seconds to get it reflected on screen on my i7/16G RAM/ssd machine
The other thing is when I first load that big file, even after the
Editor.prototype.changed
get triggered, it takes up to 4 seconds to display the full content in editor window. As a comparison the right side preview window driven by markdown display instantly afterchanged
event triggeredThe text was updated successfully, but these errors were encountered: