Merge pull request #2042 from zed-industries/fix-pasting-files

Petros Amoiridis created

Allow pasting the same entry more than once in project panel

Change summary

crates/project_panel/src/project_panel.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/project_panel/src/project_panel.rs 🔗

@@ -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)