Handle project entry drop render & start fixing drag cancel issues
Co-Authored-By: Kay Simmons <kay@zed.dev>
This commit is contained in:
parent
847376a4f5
commit
9abfa037fd
4 changed files with 222 additions and 119 deletions
6
crates/drag_and_drop/src/shared_payloads.rs
Normal file
6
crates/drag_and_drop/src/shared_payloads.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use std::{path::Path, sync::Arc};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct DraggedProjectEntry {
|
||||
pub path: Arc<Path>,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue