fixup jumping to pins

This commit is contained in:
Henry Hiles 2026-09-26 13:30:39 -04:00
commit 0149aa2f84
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -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,
),
),
),
);