Start work on dragging entries in the project panel

This commit is contained in:
Max Brunsfeld 2023-12-11 15:52:58 -08:00
parent a208229a2c
commit cbce49ff68
3 changed files with 137 additions and 80 deletions

View file

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