Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Re-enable replying to review comments again
Thomas Scholtes committed 9 months ago
commit ef7736a8b0d82cb3dfd03116bcce214086108dda
parent 620ad89474d7ef08c1dfdbc836d6b8c97ebe5974
1 file changed +1 -1
modified src/components/Review.svelte
@@ -506,7 +506,7 @@
      reactOnComment: "draft" in review ? undefined : reactOnComment,
      deleteComment: "draft" in review ? deleteDraftComment : undefined,
      repoDelegates: repo.delegates,
-
      canReply: false,
+
      canReply: !("draft" in review),
      disableAttachments:
        "draft" in review ? "Publish your review to attach files" : false,
      rid: repo.rid,