WIP
This commit is contained in:
parent
83070a19c4
commit
868301bedb
26 changed files with 194 additions and 175 deletions
|
@ -1251,7 +1251,7 @@ impl ProjectPanel {
|
|||
.as_draggable(entry_id, {
|
||||
let row_container_style = theme.dragged_entry.container;
|
||||
|
||||
move |_, _, cx: &mut ViewContext<Workspace>| {
|
||||
move |_, cx: &mut ViewContext<ProjectPanel>| {
|
||||
let theme = cx.global::<Settings>().theme.clone();
|
||||
Self::render_entry_visual_element(
|
||||
&details,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue