2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust25,662 stars (25,662 stars)1,176 forks (1,176 forks)batch import
Good First Issue
Description
-
Switch to the Path tool
-
Hit play to start animation playback
-
Click but don't drag or release— notice how the box selection surrounds the pointer with a small square:
- Issue type
- bug
- Prerequisites
- None
- Research direction
- Investigate the path tool selection behavior during animation playback. Look at the relevant UI components handling mousedown events for the path tool, such as in the `editor` crate or a similar module. Check if there's a race condition or missing state check when the animation loop is active. The issue is reproducible with the provided steps; the small square appears on mousedown without drag when animation is playing. The fix likely involves ensuring that the selection rectangle is only initialized when a drag actually starts, not on simple click during animation.