This commit is contained in:
Nathan Sobo 2023-04-12 10:07:17 -06:00
parent 83070a19c4
commit 868301bedb
26 changed files with 194 additions and 175 deletions

View file

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