master #81
@ -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),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user