Skip to content

Commit

Permalink
Enable text selection in demo (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal authored Sep 10, 2023
1 parent 559dd00 commit 5df8a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Demo/Demo/DemoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ struct DemoView<Content: View>: 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.
Expand Down

0 comments on commit 5df8a4a

Please sign in to comment.