From 08b067cfc572bf4cf3d8d042ca23e8023498a05f Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 4 Dec 2016 13:33:24 +0100 Subject: [PATCH] fixed: cared was blinking during typing (#2519) --- AppKit/CPTextView/CPTextView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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