chore: Follow up select messages
This commit is contained in:
parent
384e57fbd2
commit
2a590c6175
2 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ class Message extends StatelessWidget {
|
|||
right: 0,
|
||||
child: InkWell(
|
||||
onTap: () => onSelect(event),
|
||||
onLongPress: () => onSelect(event),
|
||||
borderRadius:
|
||||
BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||
child: Material(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue