From 5df8a4adedd6ae4eb2455ef60ff75183984daeb8 Mon Sep 17 00:00:00 2001 From: Guille Gonzalez Date: Sun, 10 Sep 2023 09:35:58 +0200 Subject: [PATCH] Enable text selection in demo (#259) --- Examples/Demo/Demo/DemoView.swift | 1 + 1 file changed, 1 insertion(+) 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.