Skip to content

Commit da32714

Browse files
committed
content [nfc]: Link TODO to issue for making @-mentions tappable
Just filed this issue in the tracker.
1 parent f6e90e0 commit da32714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/content.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ class UserMention extends StatelessWidget {
12241224
padding: const EdgeInsets.symmetric(horizontal: 0.2 * kBaseFontSize),
12251225
child: InlineContent(
12261226
// If an @-mention is inside a link, let the @-mention override it.
1227-
recognizer: null, // TODO make @-mentions tappable, for info on user
1227+
recognizer: null, // TODO(#1867) make @-mentions tappable, for info on user
12281228
// One hopes an @-mention can't contain an embedded link.
12291229
// (The parser on creating a UserMentionNode has a TODO to check that.)
12301230
linkRecognizers: null,

0 commit comments

Comments
 (0)