Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Re-enable replying to review comments again
Thomas Scholtes committed 9 months ago
commit ef7736a8b0d82cb3dfd03116bcce214086108dda
parent 620ad89
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,