Skip to content

Commit

Permalink
Fix stale method reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Dec 27, 2024
1 parent d7837cd commit ca4a9de
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 @@ -184,7 +184,7 @@ extension TextViewHighlighter {
DispatchQueue.main.async {
guard self.textView.visibleTextRange == self.lastVisibleRange else { return }

self.styler.visibleContentDidChange()
self.styler.validate(.range(self.lastVisibleRange))
}
}
}
Expand Down

0 comments on commit ca4a9de

Please sign in to comment.