mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 19:58:12 +03:00
force update of stack trace when stopped
This commit is contained in:
parent
2c89107349
commit
9c64650a26
@ -287,10 +287,10 @@ impl Application {
|
|||||||
main.map(|t| t.id)
|
main.map(|t| t.id)
|
||||||
});
|
});
|
||||||
if let Some(id) = main {
|
if let Some(id) = main {
|
||||||
select_thread_id(&mut self.editor, id, false).await;
|
select_thread_id(&mut self.editor, id, true).await;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
select_thread_id(&mut self.editor, thread_id.unwrap(), false).await;
|
select_thread_id(&mut self.editor, thread_id.unwrap(), true).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
let scope = match thread_id {
|
let scope = match thread_id {
|
||||||
|
Loading…
Reference in New Issue
Block a user