mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-02 08:53:37 +00:00
add lastmarker to linefrag
This commit is contained in:
@@ -518,7 +518,6 @@ var kDelegateRespondsTo_textShouldBeginEditing
|
||||
if (!isAttributed)
|
||||
aString = [[CPAttributedString alloc] initWithString:aString attributes:_typingAttributes];
|
||||
|
||||
|
||||
var undoManager = [[self window] undoManager];
|
||||
[undoManager setActionName:@"Replace/insert text"];
|
||||
|
||||
@@ -2151,7 +2150,6 @@ var _CPCopyPlaceholder = '-';
|
||||
return false; // prevent the default behaviour
|
||||
}
|
||||
|
||||
|
||||
var currentFirstResponder = [[CPApp mainWindow] firstResponder];
|
||||
|
||||
if (![currentFirstResponder respondsToSelector:@selector(_activateNativeInputElement:)])
|
||||
|
||||
Reference in New Issue
Block a user