QOL: Selectable Text in Mzansi AI Thoughts
This commit is contained in:
@@ -223,7 +223,8 @@ class _AiChatState extends State<AiChat> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
GptMarkdown(
|
SelectionArea(
|
||||||
|
child: GptMarkdown(
|
||||||
snapshot.requireData,
|
snapshot.requireData,
|
||||||
textAlign: TextAlign.left,
|
textAlign: TextAlign.left,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@@ -234,6 +235,7 @@ class _AiChatState extends State<AiChat> {
|
|||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user