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(
|
child: Padding(
|
||||||
padding: .symmetric(vertical: 4),
|
padding: .symmetric(vertical: 4),
|
||||||
child: EventRenderer(
|
child: IgnorePointer(
|
||||||
event,
|
child: EventRenderer(
|
||||||
maxLines: 2,
|
event,
|
||||||
isGrouped: false,
|
maxLines: 2,
|
||||||
getEventOptions: getEventOptions,
|
isGrouped: false,
|
||||||
|
getEventOptions: getEventOptions,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue