Update dependencies

This commit is contained in:
Jeremy Soller 2025-01-14 08:54:43 -07:00
parent 9e3e65e721
commit 199632580c
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 34 additions and 31 deletions

View file

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