GraphiteEditor/Graphite

The pressed Spacebar should show an open hand cursor before click-dragging makes it a closed hand

Open

#2,382 opened on Mar 7, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (1,176 forks)batch import
Good First Issue

Repository metrics

Stars
 (25,662 stars)
PR merge metrics
 (Avg merge 6d 9h) (65 merged PRs in 30d)

Description

When holding space (but not dragging), the cursor should show the open hand icon (then switch to the currently-implemented closed hand while mousedown/dragging). Be careful to test in all the cases throughout the editor experience that this meets the desired behavior.

Contributor guide