Skip to content

Commit

Permalink
Merge pull request #91 from pangeachat/small-fixes
Browse files Browse the repository at this point in the history
caching fix
  • Loading branch information
ggurdin authored Feb 28, 2024
2 parents e2556cc + 0667a0a commit 9b6d4fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pangea/widgets/chat/message_toolbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ class MessageToolbarState extends State<MessageToolbar> {
@override
void initState() {
super.initState();
widget.textSelection.selectedText = null;

toolbarModeStream = widget.toolbarModeStream.stream.listen((mode) {
updateMode(mode);
});
Expand Down

0 comments on commit 9b6d4fd

Please sign in to comment.