mirror of
https://github.com/discourse/discourse.git
synced 2026-08-01 09:08:08 -05:00
Before this fix we would reset the input two times: - right before sending message - and after it's been sent The second one is actually not necessary, and more over with the server delay the user could have started typing a new message and that would clear it.