chore: Follow up select events
This commit is contained in:
parent
d05e0b0f92
commit
6445833283
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class ChatEventList extends StatelessWidget {
|
|||
onSelect: controller.onSelectMessage,
|
||||
scrollToEventId: (String eventId) =>
|
||||
controller.scrollToEventId(eventId),
|
||||
longPressSelect: controller.selectedEvents.isEmpty,
|
||||
longPressSelect: controller.selectedEvents.isNotEmpty,
|
||||
selected: controller.selectedEvents
|
||||
.any((e) => e.eventId == event.eventId),
|
||||
timeline: controller.timeline!,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue