QOL: Selectable Text in Mzansi AI Thoughts
This commit is contained in:
parent
81c932a0e6
commit
bcdaf55761
1 changed files with 11 additions and 9 deletions
|
|
@ -223,7 +223,8 @@ class _AiChatState extends State<AiChat> {
|
|||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
GptMarkdown(
|
||||
SelectionArea(
|
||||
child: GptMarkdown(
|
||||
snapshot.requireData,
|
||||
textAlign: TextAlign.left,
|
||||
style: TextStyle(
|
||||
|
|
@ -234,6 +235,7 @@ class _AiChatState extends State<AiChat> {
|
|||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue