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
Unfortunately I had to switch to another render library because of perfomance issues with ScrollView. If I try to render several notes with code syntax highlighting inside the ScrollView, the application gets stuck completely.
Code example:
ForEach(notes){ note in // each "note" contains md text with code block
HStack{MarkdownView(note.data).textSelection(.enabled)Spacer()}
MarkdownView: 1.7.0
MacOS: 13.6.6
Xcode: 15.2
The text was updated successfully, but these errors were encountered:
Unfortunately I had to switch to another render library because of perfomance issues with
ScrollView
. If I try to render several notes with code syntax highlighting inside theScrollView
, the application gets stuck completely.Code example:
The text was updated successfully, but these errors were encountered: