parent
af8641ce5b
commit
8b57d6d4c6
4 changed files with 106 additions and 85 deletions
|
@ -283,7 +283,7 @@ impl TerminalView {
|
|||
cx.spawn(|this, mut cx| async move {
|
||||
Timer::after(CURSOR_BLINK_INTERVAL).await;
|
||||
this.update(&mut cx, |this, cx| this.blink_cursors(epoch, cx))
|
||||
.log_err();
|
||||
.ok();
|
||||
})
|
||||
.detach();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue