Merge branch 'master' into feature/test-recorder
This commit is contained in:
commit
e2df674aa5
9 changed files with 26 additions and 25 deletions
|
|
@ -512,8 +512,7 @@ where
|
|||
let is_cursor_visible = !is_disabled
|
||||
&& ((focus.now - focus.updated_at).as_millis()
|
||||
/ CURSOR_BLINK_INTERVAL_MILLIS)
|
||||
% 2
|
||||
== 0;
|
||||
.is_multiple_of(2);
|
||||
|
||||
let cursor = if is_cursor_visible {
|
||||
Some((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue