Skip to content

Commit

Permalink
feat: selectable markdown text
Browse files Browse the repository at this point in the history
closes #72
  • Loading branch information
sanzoghenzo committed Aug 20, 2024
1 parent b92f8ee commit 855558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class _HomePageState extends State<HomePage> {
scrollDirection: Axis.vertical, //.horizontal
child: showPreview
? MarkdownBody(data: markdownPreview)
: Text(markdown, softWrap: true),
: SelectableText(markdown),
),
),
);
Expand Down

0 comments on commit 855558f

Please sign in to comment.