You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes incorrect range of composed characters for Windows-style line b…
…reaks (#258)
* Fixes incorrect range of composed characters
* Tests Korean with CRLF line breaks
Fixes Korean letters sometimes not being joined (#240)
* Disables text persistence when running UI tests
* Call layoutIfNeeded() in insertText(_:)
* Adds testInsertingKoreanCharactersBelowStringContainingKoreanLetters()
* Fixes SwiftLint warnings