Skip to content

Commit

Permalink
Merge branch 'develop' into feature/upload_captured_photo_android
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Jan 24, 2019
2 parents 067a751 + b643c27 commit 73cf794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-native-aztec/ios/RNTAztecView/RCTAztecView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ extension RCTAztecView: UITextViewDelegate {
forceTypingAttributesIfNeeded()
propagateFormatChanges()
propagateContentChanges()
//Necessary to send height information to JS after pasting text.
textView.setNeedsLayout()
}

func textViewDidBeginEditing(_ textView: UITextView) {
Expand Down

0 comments on commit 73cf794

Please sign in to comment.