Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 6974a75

Browse files
Huddiernystrom
authored andcommitted
Fixes bug where send button is enabled after sending a comment (#2158)
1 parent facd09d commit 6974a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Issues/IssuesViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ final class IssuesViewController:
599599
// get text before calling super b/c it will clear it
600600
let text = messageView.text
601601
messageView.text = ""
602+
actions?.sendButtonEnabled = false
602603

603604
if let id = resultID {
604605
addCommentClient.addComment(

0 commit comments

Comments
 (0)