Fix project panel button and style it
Co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
5892f16602
commit
ab4b3293d1
7 changed files with 126 additions and 91 deletions
|
@ -2815,6 +2815,7 @@ fn open(_: &Open, cx: &mut MutableAppContext) {
|
|||
directories: true,
|
||||
multiple: true,
|
||||
});
|
||||
|
||||
cx.spawn(|mut cx| async move {
|
||||
if let Some(paths) = paths.recv().await.flatten() {
|
||||
cx.update(|cx| cx.dispatch_global_action(OpenPaths { paths }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue