WIP
This commit is contained in:
parent
3b01a032ba
commit
6b25841e2a
9 changed files with 25 additions and 18 deletions
|
@ -39,11 +39,12 @@ impl FileFinder {
|
|||
Self::open(workspace, cx);
|
||||
return;
|
||||
};
|
||||
|
||||
file_finder.update(cx, |file_finder, cx| {
|
||||
file_finder
|
||||
.picker
|
||||
.update(cx, |picker, cx| picker.cycle_selection(cx))
|
||||
})
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue