diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index 7b42264af..68b72006f 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -897,7 +897,7 @@ var kDelegateRespondsTo_textShouldBeginEditing setTimeout(function() { [_caret setPermanentlyVisible:NO]; - }, 500); + }, 1000); } - (CGPoint)_characterIndexFromRawPoint:(CGPoint)point