mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
fixed: scrolling glitch
This commit is contained in:
@@ -1660,7 +1660,10 @@ Sets the selection to a range of characters in response to user action.
|
||||
- (void)moveRight:(id)sender
|
||||
{
|
||||
if ([self isSelectable])
|
||||
{
|
||||
[self _establishSelection:CPMakeRange(CPMaxRange(_selectionRange) + (_selectionRange.length ? 0 : 1), 0) byExtending:NO];
|
||||
[self scrollRangeToVisible:_selectionRange];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)_deleteForRange:(CPRange)changedRange
|
||||
|
||||
Reference in New Issue
Block a user