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
Refactor gutter view calculations to use scroll view consistently and mark certain properties as @mainactor for thread safety. Adjust font and text color handling to ensure layout updates properly.
Copy file name to clipboardExpand all lines: Sources/STTextViewAppKit/STTextView.swift
+6
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ import AVFoundation
89
89
///
90
90
/// Assigning a new value to this property causes the new font to be applied to the entire contents of the text view.
91
91
/// If you want to apply the font to only a portion of the text, you must create a new attributed string with the desired style information and assign it
0 commit comments