i18n/feature/simple-arch #169

Merged
hugo merged 3 commits from i18n/feature/simple-arch into master 2023-03-31 15:30:55 +00:00
Showing only changes of commit dbe8554eb7 - Show all commits

View File

@ -87,13 +87,10 @@ class RichTextBuilder extends RichTextBuilderComponent
); );
}, },
); );
return Text.rich(
return SelectionArea(
child: Text.rich(
TextSpan(children: [root.toInlineSpan(customParser)]), TextSpan(children: [root.toInlineSpan(customParser)]),
textHeightBehavior: textHeightBehavior:
const TextHeightBehavior(applyHeightToLastDescent: false), const TextHeightBehavior(applyHeightToLastDescent: false),
),
); );
} }
} }