main ← fix/docked-composer-redundant-input-listener
approved 07:20PM - 24 Apr 26 UTC
**Previously**, `DockedComposer` attached a redundant native `input` listener th…at also bound to the ProseMirror contenteditable in rich editor mode, wiping `reply` and the saved draft on every keystroke because `event.target.value` is `undefined` there.
**In this update**, dropped the listener — input already flows through `DEditor`'s `@change` → `onReplyChange`, which reports the correct value for both the textarea and ProseMirror editors.