![]() # Objective Fixed the issue where DragStart was triggered even when there was no movement https://github.com/bevyengine/bevy/issues/17230 ## Solution - When position delta is zero, don't trigger DragStart events, DragStart is not triggered, so DragEnd is not triggered either. Everything is fine. ## Testing - tested with the code from the issue --- ## Migration Guide > Fix the missing part of Drag https://github.com/bevyengine/bevy/pull/16950 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |