|
|
@ -198,7 +198,8 @@ class EditableTextBlock extends StatelessWidget { |
|
|
|
// and watch if the system language is a RTL language and avoid putting |
|
|
|
// and watch if the system language is a RTL language and avoid putting |
|
|
|
// to the edge of the left side any checkbox or list point/number if is a |
|
|
|
// to the edge of the left side any checkbox or list point/number if is a |
|
|
|
// RTL language |
|
|
|
// RTL language |
|
|
|
if (nodeTextDirection == TextDirection.ltr && textDirection == TextDirection.rtl) { |
|
|
|
if (nodeTextDirection == TextDirection.ltr && |
|
|
|
|
|
|
|
textDirection == TextDirection.rtl) { |
|
|
|
nodeTextDirection = TextDirection.rtl; |
|
|
|
nodeTextDirection = TextDirection.rtl; |
|
|
|
} |
|
|
|
} |
|
|
|
children.add( |
|
|
|
children.add( |
|
|
|