Merge pull request #5087 from pangeachat/5086-allow-main-word-card-word-text-to-be-copyable
chore: allow users to highlight main word in word card
This commit is contained in:
commit
4f53e70135
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class WordZoomWidget extends StatelessWidget {
|
|||
minHeight: 40.0,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
child: Text(
|
||||
child: SelectableText(
|
||||
token.content,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue