Skip to content

Commit

Permalink
Use backport version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 28, 2024
1 parent 923197a commit 989ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Neon/TextViewHighlighter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public final class TextViewHighlighter: NSObject {
)
#elseif os(iOS) || os(visionOS)
self.frameObservation = textView.observe(\.contentOffset) { [styler] view, _ in
MainActor.assumeIsolated {
MainActor.backport.assumeIsolated {
styler.visibleContentDidChange()
}
}
Expand Down

0 comments on commit 989ad3f

Please sign in to comment.