diff --git a/Sources/Runestone/TextView/Core/TextInputView.swift b/Sources/Runestone/TextView/Core/TextInputView.swift index a7b2f2c1..3ec15e1c 100644 --- a/Sources/Runestone/TextView/Core/TextInputView.swift +++ b/Sources/Runestone/TextView/Core/TextInputView.swift @@ -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) }