evanyeung / terminal-slack

Terminal client for slack
MIT License
1.03k stars 78 forks source link

Fix empty submit #41

Closed kevinselwyn closed 7 years ago

kevinselwyn commented 7 years ago

When a user submits an empty message repeatedly, the app crashes

evanyeung commented 7 years ago

Thanks for fixing this @kevinselwyn. Just as a heads up, I removed the extra clearValue as it seemed unnecessary if the text field was empty anyway. Was there a reason you included it?