mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-25 19:29:49 +00:00
Merge pull request #2042 from zed-industries/fix-pasting-files
Allow pasting the same entry more than once in project panel
This commit is contained in:
commit
6cc84a77c8
1 changed files with 0 additions and 1 deletions
|
@ -763,7 +763,6 @@ impl ProjectPanel {
|
|||
ix += 1;
|
||||
}
|
||||
|
||||
self.clipboard_entry.take();
|
||||
if clipboard_entry.is_cut() {
|
||||
if let Some(task) = self.project.update(cx, |project, cx| {
|
||||
project.rename_entry(clipboard_entry.entry_id(), new_path, cx)
|
||||
|
|
Loading…
Reference in a new issue