keyboard-selection-extension fix

This commit is contained in:
daboe01
2015-06-25 05:54:34 +02:00
parent 1b7f684ab2
commit 7d22230b13
+1
View File
@@ -545,6 +545,7 @@ var kDelegateRespondsTo_textShouldBeginEditing
}
[self _setSelectedRange:CPMakeRange(_selectionRange.location + [string length], 0) affinity:0 stillSelecting:NO overwriteTypingAttributes:NO];
_startTrackingLocation = _selectionRange.location;
[self didChangeText];
[_layoutManager _validateLayoutAndGlyphs];