Emit pane_grid::DragEvent::Canceled within deadband

This commit is contained in:
mtkennerly 2024-12-07 10:32:54 -05:00
parent d6182299b9
commit aea95b53fb
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -628,6 +628,10 @@ where
};
shell.publish(on_drag(event));
} else {
shell.publish(on_drag(DragEvent::Canceled {
pane,
}));
}
}
}