fix: more drag destinations

This commit is contained in:
Ashley Wulber 2026-02-23 16:36:45 -05:00
parent 86f985086f
commit 73369a18eb
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 35 additions and 1 deletions

View file

@ -201,7 +201,7 @@ where
) {
if let Some(l) = layout.children().next() {
self.content.as_widget().drag_destinations(
state,
&state.children[0],
l.with_virtual_offset(layout.virtual_offset()),
renderer,
dnd_rectangles,