Skip to content

Commit e2fe37f

Browse files
committed
wip pass /near/ through to new page; TODO indicate the target somehow, e.g. blink highlight
1 parent 50304df commit e2fe37f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/widgets/content.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,8 @@ void _launchUrl(BuildContext context, String urlString) async {
15421542
case NarrowLink():
15431543
unawaited(Navigator.push(context,
15441544
MessageListPage.buildRoute(context: context,
1545-
narrow: internalLink.narrow)));
1545+
narrow: internalLink.narrow,
1546+
initAnchorMessageId: internalLink.nearMessageId)));
15461547

15471548
case null:
15481549
await PlatformActions.launchUrl(context, url);

0 commit comments

Comments
 (0)