mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
fixed: backspace did not trigger scrolling properly
This commit is contained in:
@@ -1614,6 +1614,7 @@ Sets the selection to a range of characters in response to user action.
|
||||
[self didChangeText];
|
||||
[_layoutManager _validateLayoutAndGlyphs];
|
||||
[self sizeToFit];
|
||||
[self scrollRangeToVisible:CPMakeRange(changedRange.location, 0)]
|
||||
_stickyXLocation = _caret._rect.origin.x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user