Skip to content

Commit

Permalink
Fixes issue where TextView could not be scrolled (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Sep 11, 2022
1 parent 4fc9b88 commit cdc189c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Runestone/TextView/TextInput/TextInputView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ final class TextInputView: UIView, UITextInput {
inputDelegate?.selectionDidChange(self)
}
if notifyDelegateAboutSelectionChangeInLayoutSubviews {
notifyDelegateAboutSelectionChangeInLayoutSubviews = false
delegate?.textInputViewDidChangeSelection(self)
}
}
Expand Down

0 comments on commit cdc189c

Please sign in to comment.