Skip to content

Commit 6b185ab

Browse files
committed
Reenable scrolling in demo
1 parent ef60fc4 commit 6b185ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Demo/iOS/EditorScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private extension EditorScreen {
4343
RichTextEditor(
4444
text: $text,
4545
context: context,
46-
config: .init(isScrollingEnabled: false)
46+
config: .init(isScrollingEnabled: true)
4747
) {
4848
$0.textContentInset = CGSize(width: 10, height: 20)
4949
}

Demo/macOS/EditorScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private extension EditorScreen {
4848
RichTextEditor(
4949
text: $text,
5050
context: context,
51-
config: .init(isScrollingEnabled: false)
51+
config: .init(isScrollingEnabled: true)
5252
) {
5353
$0.textContentInset = CGSize(width: 10, height: 20)
5454
}

0 commit comments

Comments
 (0)