Audit all TODOs in Zed and mark port related todos

This commit is contained in:
Mikayla 2024-01-09 22:22:59 -08:00
parent 02ef6fc973
commit c98d7adf83
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -312,7 +312,7 @@ impl FileFinderDelegate {
cx: &mut ViewContext<FileFinder>,
) -> Self {
cx.observe(&project, |file_finder, _, cx| {
//todo!() We should probably not re-render on every project anything
//todo We should probably not re-render on every project anything
file_finder
.picker
.update(cx, |picker, cx| picker.refresh(cx))