parent
46ecd7d190
commit
0fd5030297
18 changed files with 84 additions and 85 deletions
|
@ -2150,7 +2150,7 @@ impl Pane {
|
|||
let is_remote = self
|
||||
.workspace
|
||||
.update(cx, |workspace, cx| {
|
||||
if workspace.project().read(cx).is_remote() {
|
||||
if workspace.project().read(cx).is_via_collab() {
|
||||
workspace.show_error(
|
||||
&anyhow::anyhow!("Cannot drop files on a remote project"),
|
||||
cx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue