Skip to content

Commit

Permalink
fix(ui): added needed markdown callbacks for web and desktop (#1954)
Browse files Browse the repository at this point in the history
* added needed callbacks for web and desktop

* added changelog

* added changelog entry
  • Loading branch information
deven98 authored Jul 3, 2024
1 parent ce17a4e commit f0b162f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/stream_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Upcoming

🐞 Fixed

- Fixed null errors in web from markdown.

## 7.3.0

🐞 Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class StreamMessageText extends StatelessWidget {
return MarkdownBody(
data: messageText ?? '',
selectable: isDesktopDeviceOrWeb,
onTapText: () {},
onSelectionChanged: (val, selection, cause) {},
onTapLink: (
String link,
String? href,
Expand Down

0 comments on commit f0b162f

Please sign in to comment.