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
When word wrap is enabled, the editor skips the first frame and renders the text as if it had horizontal scrolling.
This results in an annoying flickering effect on video:
frame_skip.mp4
The text was updated successfully, but these errors were encountered:
Large files take a long time to calculate line breaks, now I understand why you're doing this in background. But maybe it would be better to have some kind of "precompution" API, for example - while reading a file I could show a progress bar on UI, but at the same time I can calculate line breaks and pass them to the editor along with the Content object. This would lead to a much smoother experience
When word wrap is enabled, the editor skips the first frame and renders the text as if it had horizontal scrolling.
This results in an annoying flickering effect on video:
frame_skip.mp4
The text was updated successfully, but these errors were encountered: