fix conditional rendering of popover actions

This commit is contained in:
Henry Hiles 2026-05-26 20:56:32 -04:00
commit 2ec442b35b
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
6 changed files with 7 additions and 1 deletions

View file

@ -31,6 +31,7 @@ class MentionChip extends ConsumerWidget {
context.showUserPopover(
membership,
mention,
roomId: roomId,
globalPosition: details.globalPosition,
);
}