We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dc672 commit 437fadbCopy full SHA for 437fadb
Sources/CodeEditTextView/TextView/TextView.swift
@@ -114,7 +114,7 @@ public class TextView: NSView, NSTextContent {
114
}
115
116
117
- /// The amount of extra space to add when scrolling past end is enabled, as a percentage of the viewport height
+ /// The amount of extra space to add when overscroll is enabled, as a percentage of the viewport height
118
public var overscrollAmount: CGFloat = 0.5 {
119
didSet {
120
if overscroll {
0 commit comments