diff --git a/Examples/Demo/Demo/DemoView.swift b/Examples/Demo/Demo/DemoView.swift index 6e071c98..ea74b167 100644 --- a/Examples/Demo/Demo/DemoView.swift +++ b/Examples/Demo/Demo/DemoView.swift @@ -67,6 +67,7 @@ struct DemoView: View { } self.content + .textSelection(.enabled) .markdownTheme(self.themeOption.theme) // Some themes may have a custom background color that we need to set as // the row's background color.