Update lib/pages/chat/events/html_message.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
913759bc0f
commit
9b37fd884c
1 changed files with 1 additions and 1 deletions
|
|
@ -942,7 +942,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
child: Column(
|
||||
children: [
|
||||
if (node.localName == 'nontoken' && overlayController != null)
|
||||
// fix the vertical alignment for non-tokens (i.e. emojis)
|
||||
// Use TokenEmojiButton to ensure consistent vertical alignment for non-token elements (e.g., emojis) in practice mode.
|
||||
TokenEmojiButton(
|
||||
selectModeNotifier: overlayController!.selectedMode,
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue