diff --git a/Source/Modules/ControllerModules/InputState.swift b/Source/Modules/ControllerModules/InputState.swift index a3d8ded7..eb5fcf6e 100644 --- a/Source/Modules/ControllerModules/InputState.swift +++ b/Source/Modules/ControllerModules/InputState.swift @@ -194,9 +194,9 @@ class InputState { ) } - let exactBegin = composingBuffer.charIndexLiteral(from: markedRange.lowerBound) - let exactEnd = composingBuffer.charIndexLiteral(from: markedRange.upperBound) - let selectedReadings = readings[exactBegin..