Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/Runestone/TextView/Core/TextInputView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ final class TextInputView: UIView, UITextInput {
// We will sometimes disable notifying the input delegate when the user enters Korean text.
// This workaround is inspired by a dialog with Alexander Blach (@lextar), developer of Textastic.
if notifyInputDelegateAboutSelectionChangeInLayoutSubviews {
notifyInputDelegateAboutSelectionChangeInLayoutSubviews = false
inputDelegate?.selectionWillChange(self)
inputDelegate?.selectionDidChange(self)
}
Expand Down