fixup jumping to pins
This commit is contained in:
parent
a1efdb0f46
commit
0149aa2f84
1 changed files with 7 additions and 5 deletions
|
|
@ -66,11 +66,13 @@ final class const PinnedEventsDrawer(
|
|||
},
|
||||
child: Padding(
|
||||
padding: .symmetric(vertical: 4),
|
||||
child: EventRenderer(
|
||||
event,
|
||||
maxLines: 2,
|
||||
isGrouped: false,
|
||||
getEventOptions: getEventOptions,
|
||||
child: IgnorePointer(
|
||||
child: EventRenderer(
|
||||
event,
|
||||
maxLines: 2,
|
||||
isGrouped: false,
|
||||
getEventOptions: getEventOptions,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue