Skip to content

Commit

Permalink
Merge pull request #138 from yaroslav2308/bugfix/syncing
Browse files Browse the repository at this point in the history
Fix syncing
  • Loading branch information
danielsaidi authored Feb 13, 2024
2 parents b8a6c15 + 96b664f commit 92bd262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/RichTextKit/Coordinator/RichTextCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ open class RichTextCoordinator: NSObject {
}

open func textViewDidEndEditing(_ textView: UITextView) {
syncWithTextView()
richTextContext.isEditingText = false
}
#endif
Expand Down

0 comments on commit 92bd262

Please sign in to comment.