a65c4bbfcfbf0a3bae12f3548808aa380e0b1e02
The margin input was making API calls on every keystroke, causing race conditions and making it difficult to edit values (especially to 0). Changed to: - Use defaultValue + key pattern for uncontrolled input - Save only onBlur (when user clicks away) - Only call API if value actually changed Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
65.1%
Python
31.4%
HTML
1.8%
Shell
1.4%
JavaScript
0.2%
Other
0.1%