Skip to content

Commit a8be6bd

Browse files
chrisbobbegnprice
authored andcommitted
autocomplete [nfc]: Add TODO about sorting results
This *looks* like a likely-looking place where we might add this logic, but perhaps it belongs somewhere else? We'll take a closer look later.
1 parent 6a9139a commit a8be6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/autocomplete.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class MentionAutocompleteView extends ChangeNotifier {
267267
}
268268
}
269269
}
270-
return results;
270+
return results; // TODO sort for most relevant first
271271
}
272272
}
273273

0 commit comments

Comments
 (0)