Skip to content

Commit 5df8a4a

Browse files
authored
Enable text selection in demo (#259)
1 parent 559dd00 commit 5df8a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/Demo/Demo/DemoView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ struct DemoView<Content: View>: View {
6767
}
6868

6969
self.content
70+
.textSelection(.enabled)
7071
.markdownTheme(self.themeOption.theme)
7172
// Some themes may have a custom background color that we need to set as
7273
// the row's background color.

0 commit comments

Comments
 (0)