Closed tiagoalvesdulce closed 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.
To fix it we can trim the comments before doing the sync validation and enabling the Add comment button
Add comment
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.