decred / politeiagui

ISC License
62 stars 56 forks source link

Empty comments are being allowed #2782

Closed tiagoalvesdulce closed 2 years ago

tiagoalvesdulce commented 2 years ago

Following https://github.com/decred/politeia/issues/1645. We are currently allowing people to submit comments with no text, just spaces. As we trim it before sending to the backend, empty comments can be written.

tiagoalvesdulce commented 2 years ago

To fix it we can trim the comments before doing the sync validation and enabling the Add comment button