mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
Fixed two issues with number input settings: 1. Added onBlur handler to immediately commit values when user clicks away, bypassing the 500ms debounce delay. This ensures values are saved even if the user navigates away quickly. 2. Added key prop based on current value to force re-render when the stored value changes, ensuring the input always reflects the actual persisted value. Fixes #4035