Update channel moving to match
This commit is contained in:
parent
c6d33d4bb9
commit
08de0d88b1
6 changed files with 72 additions and 30 deletions
|
@ -1368,7 +1368,7 @@ impl ProjectPanel {
|
|||
entry_id: *entry_id,
|
||||
})
|
||||
})
|
||||
.drag_over::<ProjectEntryId>(|style| {
|
||||
.drag_over::<ProjectEntryId>(|style, _, cx| {
|
||||
style.bg(cx.theme().colors().drop_target_background)
|
||||
})
|
||||
.on_drop(cx.listener(move |this, dragged_id: &ProjectEntryId, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue