mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
8894fcc959
Move the Inspection-tab Give-variable popover picker pair into the Zustand store. Both writers use direct assignments (no updater shape), so the store setters are plain `(next: number) => void` / `(next: string) => void`. Defaults `0` / `'0'` match the existing "sentinel = not selected" convention used by the reset effects at WiredCreatorToolsView.tsx:3026-3042. Tests: 2 new cases (set+read pair, sentinel-reset). Suite: 199/199.