We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559dd00 commit 5df8a4aCopy full SHA for 5df8a4a
Examples/Demo/Demo/DemoView.swift
@@ -67,6 +67,7 @@ struct DemoView<Content: View>: View {
67
}
68
69
self.content
70
+ .textSelection(.enabled)
71
.markdownTheme(self.themeOption.theme)
72
// Some themes may have a custom background color that we need to set as
73
// the row's background color.
0 commit comments