Skip to content

Commit

Permalink
Set selectable and softLineBreak for Markdown widget in Feedback …
Browse files Browse the repository at this point in the history
…message bubble (#1588)
  • Loading branch information
nilsreichardt authored May 2, 2024
1 parent 7b338f2 commit 922b62f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,11 @@ class _ChatBubble extends StatelessWidget {
? CrossAxisAlignment.end
: CrossAxisAlignment.start,
children: [
MarkdownBody(data: text),
MarkdownBody(
data: text,
selectable: true,
softLineBreak: true,
),
const SizedBox(height: 4),
Text(
sentAt,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 922b62f

Please sign in to comment.