pangeachat / client

Learn a language while texting your friends
https://krille-chan.github.io/fluffychat/
GNU Affero General Public License v3.0
1 stars 2 forks source link

Instructions not showing #372

Closed wcjord closed 2 weeks ago

wcjord commented 2 weeks ago

I think we're showing PangeaRichText less now and, for this, the instructions are firing at the incorrect times. They are currently triggered on line pangea_rich_text.dart in the beginning of this widget's build function. However, at this point, the user has already selected a message and they are not relevant. This logic needs to be moved somewhere.