Fix cursor position in demo after leaving suggestion (fixes #7)
TextInput.cursorPosition does not take pre-edit text into account. Therefore pre-edit text is committed before positioning the cursor in mouse click handler.
Please register or sign in to comment