Skip to content

Commit

Permalink
Resign text view focus before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Aug 6, 2024
1 parent d7fe0d5 commit 619e5b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ final class WMFAltTextExperimentModalSheetView: WMFComponentView {
}

@objc func tappedNext() {
textView.resignFirstResponder()

guard let altText = textView.text,
!altText.isEmpty else {
return
Expand Down

0 comments on commit 619e5b5

Please sign in to comment.