chore: update gpui components
This commit is contained in:
@@ -43,6 +43,7 @@ impl BlinkCursor {
|
||||
|
||||
fn blink(&mut self, epoch: usize, cx: &mut Context<Self>) {
|
||||
if self.paused || epoch != self.epoch {
|
||||
self.visible = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user