Fix a bug where the terminal panel's items wouldn't be hooked up properly to workspace actions
This commit is contained in:
parent
5012d618e6
commit
be881369fa
3 changed files with 12 additions and 2 deletions
|
@ -275,7 +275,7 @@ impl TerminalView {
|
|||
cx.spawn(|this, mut cx| async move {
|
||||
Timer::after(CURSOR_BLINK_INTERVAL).await;
|
||||
this.update(&mut cx, |this, cx| this.resume_cursor_blinking(epoch, cx))
|
||||
.log_err();
|
||||
.ok();
|
||||
})
|
||||
.detach();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue