fe3787f0cd
The description field committed to the store only on textarea blur, so saving via Ctrl+S (the primary shortcut, which never blurs the field) dropped the edit. Make it controlled and commit on each change; snapshot history once per edit session (on focus) so undo stays a single step. ha-relevant: yes