fix: rendering issue with mentions popup (#4729)
This commit is contained in:
parent
c068d3f63a
commit
10f298a5d5
1 changed files with 1 additions and 9 deletions
|
|
@ -322,15 +322,7 @@ class InputBar extends StatelessWidget {
|
|||
size: size,
|
||||
client: client,
|
||||
),
|
||||
// #Pangea
|
||||
// title: Text(suggestion['displayname'] ?? suggestion['mxid']!),
|
||||
title: Flexible(
|
||||
child: Text(
|
||||
suggestion['displayname'] ?? suggestion['mxid']!,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
// Pangea#
|
||||
title: Text(suggestion['displayname'] ?? suggestion['mxid']!),
|
||||
);
|
||||
}
|
||||
return const SizedBox.shrink();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue