Start work on dragging entries in the project panel
This commit is contained in:
parent
a208229a2c
commit
cbce49ff68
3 changed files with 137 additions and 80 deletions
|
@ -2557,7 +2557,7 @@ impl CollabPanel {
|
|||
let channel = channel.clone();
|
||||
move |cx| {
|
||||
let channel = channel.clone();
|
||||
cx.build_view({ |cx| DraggedChannelView { channel, width } })
|
||||
cx.build_view(|cx| DraggedChannelView { channel, width })
|
||||
}
|
||||
})
|
||||
.drag_over::<DraggedChannelView>(|style| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue