Description
TextInput Component: setSelection(int selectionStart, int selectionLength):
third <if> should be:
"if (selectionStart < 0
selectionStart + selectionLength > (textNode == null ? 0 : textNode.getCharacterCount())) " or something similar |
---|