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 ef60fc4 commit 6b185abCopy full SHA for 6b185ab
Demo/iOS/EditorScreen.swift
@@ -43,7 +43,7 @@ private extension EditorScreen {
43
RichTextEditor(
44
text: $text,
45
context: context,
46
- config: .init(isScrollingEnabled: false)
+ config: .init(isScrollingEnabled: true)
47
) {
48
$0.textContentInset = CGSize(width: 10, height: 20)
49
}
Demo/macOS/EditorScreen.swift
@@ -48,7 +48,7 @@ private extension EditorScreen {
50
51
52
53
54
0 commit comments