Update dependencies
This commit is contained in:
parent
9e3e65e721
commit
199632580c
2 changed files with 34 additions and 31 deletions
|
|
@ -4285,9 +4285,9 @@ impl Tab {
|
|||
.drag_content(move || {
|
||||
ClipboardCopy::new(crate::clipboard::ClipboardKind::Copy, &files)
|
||||
})
|
||||
.drag_icon(move || {
|
||||
.drag_icon(move |v| {
|
||||
let state: tree::State = Widget::<Message, _, _>::state(&drag_list);
|
||||
(Element::from(drag_list.clone()).map(|_m| ()), state)
|
||||
(Element::from(drag_list.clone()).map(|_m| ()), state, v)
|
||||
})
|
||||
}
|
||||
_ => item_view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue