onTapUp -> onTap when possible
This commit is contained in:
parent
8cea4b6cf3
commit
abba60c28b
4 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ class MentionChip extends ConsumerWidget {
|
|||
return mention == null
|
||||
? SizedBox.shrink()
|
||||
: InkWell(
|
||||
onTapUp: (details) {
|
||||
onTap: () {
|
||||
if (membership != null) {
|
||||
context.showUserPopover(membership, mention, roomId: roomId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue