Merge pull request #3121 from pangeachat/fix-token-buttons-height

chore: fix message token button vertical alignment
pull/2245/head
ggurdin 5 months ago committed by GitHub
commit 154933c920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -313,7 +313,6 @@ class HtmlMessage extends StatelessWidget {
);
return WidgetSpan(
alignment: PlaceholderAlignment.middle,
child: CompositedTransformTarget(
link: token != null && renderer.assignTokenKey
? MatrixState.pAnyState

Loading…
Cancel
Save