Skip to content

Commit

Permalink
Enable text selection in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Sep 10, 2023
1 parent 559dd00 commit 2387edf
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 2387edf

Please sign in to comment.