Refactor opening workspace items

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-01-07 17:38:37 +01:00
parent 3cab32d201
commit 794d214eee
15 changed files with 281 additions and 257 deletions

View file

@ -131,7 +131,7 @@ impl ProjectPanel {
},
cx,
)
.map(|t| t.detach());
.detach_and_log_err(cx);
}
}
}