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
With regular Text, navigating forward and then back to the Text can preserve scroll state. If the same thing is in a Markdown, scroll state resets (apparently because it's sized to 0 for a moment, so the scrollable state resets to 0 position).
With regular
Text, navigating forward and then back to theTextcan preserve scroll state. If the same thing is in aMarkdown, scroll state resets (apparently because it's sized to 0 for a moment, so the scrollable state resets to 0 position).Sample demonstrating it: KotlinProject 9.zip
Screen.Recording.2025-04-16.at.23.40.09.mp4