mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 10:00:38 +09:00
Refactored keyboard handler to use refs (kbStateRef, kbActionsRef) for all mutable state and actions. This ensures the single stable event listener always reads fresh values instead of relying on effect dependency re-registration which could miss updates. Also fixed selection highlight visibility: replaced bg-accent (too subtle) with bg-primary/10 + outline-primary/30 which is clearly visible in both light and dark modes. Co-Authored-By: Paperclip <noreply@paperclip.ing> |
||
|---|---|---|
| .. | ||
| adapters | ||
| api | ||
| components | ||
| context | ||
| fixtures | ||
| hooks | ||
| lib | ||
| pages | ||
| plugins | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||