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 bc9bc99 commit ea7a072Copy full SHA for ea7a072
Sources/CodeEditTextView/CodeEditTextView.swift
@@ -20,6 +20,7 @@ public struct CodeEditTextView: NSViewControllerRepresentable {
20
/// - font: The default font
21
/// - tabWidth: The tab width
22
/// - lineHeight: The line height multiplier (e.g. `1.2`)
23
+ /// - overScrollRatio: The ratio for overscroll, between 0-1 (default: `0.0`)
24
public init(
25
_ text: Binding<String>,
26
language: CodeLanguage,
0 commit comments