fix incorrect popover user for membership events
This commit is contained in:
parent
8010c3467e
commit
13f52a3989
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ class RenderEvent extends ConsumerWidget {
|
|||
InkWell(
|
||||
onTapUp: (details) => context.showUserPopover(
|
||||
content,
|
||||
event.sender,
|
||||
event.stateKey!,
|
||||
globalPosition: details.globalPosition,
|
||||
),
|
||||
child: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue