chore: fix widget span centering (#2890)
This commit is contained in:
parent
3e12f6050c
commit
0c8922f536
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
);
|
||||
|
||||
return WidgetSpan(
|
||||
alignment: PlaceholderAlignment.middle,
|
||||
child: CompositedTransformTarget(
|
||||
link: token != null && renderer.assignTokenKey
|
||||
? MatrixState.pAnyState
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue