mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
fixed: cared was blinking during typing (#2519)
This commit is contained in:
@@ -897,7 +897,7 @@ var kDelegateRespondsTo_textShouldBeginEditing
|
||||
|
||||
setTimeout(function() {
|
||||
[_caret setPermanentlyVisible:NO];
|
||||
}, 500);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
- (CGPoint)_characterIndexFromRawPoint:(CGPoint)point
|
||||
|
||||
Reference in New Issue
Block a user