Improve drag and drop to look and feel better
WIP: Change rendering of drag and drop based on alt-modifier
This commit is contained in:
parent
9bff3b6916
commit
f3b91082a6
5 changed files with 102 additions and 21 deletions
|
@ -1485,7 +1485,7 @@ impl ProjectPanel {
|
|||
.as_draggable(entry_id, {
|
||||
let row_container_style = theme.dragged_entry.container;
|
||||
|
||||
move |_, cx: &mut ViewContext<Workspace>| {
|
||||
move |_, _, cx: &mut ViewContext<Workspace>| {
|
||||
let theme = theme::current(cx).clone();
|
||||
Self::render_entry_visual_element(
|
||||
&details,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue