chore: fix message token button vertical alignment
This commit is contained in:
parent
9f6ef0a8ac
commit
171fbbdd0d
1 changed files with 0 additions and 1 deletions
|
|
@ -313,7 +313,6 @@ class HtmlMessage extends StatelessWidget {
|
||||||
);
|
);
|
||||||
|
|
||||||
return WidgetSpan(
|
return WidgetSpan(
|
||||||
alignment: PlaceholderAlignment.middle,
|
|
||||||
child: CompositedTransformTarget(
|
child: CompositedTransformTarget(
|
||||||
link: token != null && renderer.assignTokenKey
|
link: token != null && renderer.assignTokenKey
|
||||||
? MatrixState.pAnyState
|
? MatrixState.pAnyState
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue