mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: expand rich text to handle gestures.
(cherry picked from commit ce1eca28e1b9a5ef443f1123ac1b33d89efb6788)
This commit is contained in:
parent
843121812c
commit
a3bd9fd0e1
@ -129,7 +129,10 @@ class _FlowyRichTextState extends State<FlowyRichText> with Selectable {
|
||||
}
|
||||
|
||||
Widget _buildRichText(BuildContext context) {
|
||||
return _buildSingleRichText(context);
|
||||
return Align(
|
||||
alignment: Alignment.centerLeft,
|
||||
child: _buildSingleRichText(context),
|
||||
);
|
||||
}
|
||||
|
||||
Widget _buildSingleRichText(BuildContext context) {
|
||||
|
Loading…
Reference in New Issue
Block a user