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
|
@ -867,7 +867,7 @@ impl LocalWorktree {
|
|||
let old_path = self.entry_for_id(entry_id)?.path.clone();
|
||||
let new_path = new_path.into();
|
||||
let abs_old_path = self.absolutize(&old_path);
|
||||
let abs_new_path = self.absolutize(&new_path);
|
||||
let abs_new_path = self.absolutize(new_path.as_ref());
|
||||
let rename = cx.background().spawn({
|
||||
let fs = self.fs.clone();
|
||||
let abs_new_path = abs_new_path.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue