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(),
|
||||
child: Padding(
|
||||
padding: const EdgeInsetsDirectional.only(end: 8),
|
||||
child: Text(
|
||||
child: SelectableText(
|
||||
suggestionText,
|
||||
style: AIScribeTextStyles.suggestionContent,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user