Make the AI Scribe suggestion success selectable text
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class AiScribeSuggestionSuccess extends StatelessWidget {
|
|||||||
physics: const ClampingScrollPhysics(),
|
physics: const ClampingScrollPhysics(),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsetsDirectional.only(end: 8),
|
padding: const EdgeInsetsDirectional.only(end: 8),
|
||||||
child: Text(
|
child: SelectableText(
|
||||||
suggestionText,
|
suggestionText,
|
||||||
style: AIScribeTextStyles.suggestionContent,
|
style: AIScribeTextStyles.suggestionContent,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user