We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e90e0 commit da32714Copy full SHA for da32714
lib/widgets/content.dart
@@ -1224,7 +1224,7 @@ class UserMention extends StatelessWidget {
1224
padding: const EdgeInsets.symmetric(horizontal: 0.2 * kBaseFontSize),
1225
child: InlineContent(
1226
// If an @-mention is inside a link, let the @-mention override it.
1227
- recognizer: null, // TODO make @-mentions tappable, for info on user
+ recognizer: null, // TODO(#1867) make @-mentions tappable, for info on user
1228
// One hopes an @-mention can't contain an embedded link.
1229
// (The parser on creating a UserMentionNode has a TODO to check that.)
1230
linkRecognizers: null,
0 commit comments