parent
69dc870828
commit
334bdd0efc
1 changed files with 1 additions and 0 deletions
|
@ -866,6 +866,7 @@ impl AcpThreadView {
|
||||||
let is_generating = matches!(thread.read(cx).status(), ThreadStatus::Generating);
|
let is_generating = matches!(thread.read(cx).status(), ThreadStatus::Generating);
|
||||||
if index == total_entries - 1 && !is_generating {
|
if index == total_entries - 1 && !is_generating {
|
||||||
v_flex()
|
v_flex()
|
||||||
|
.w_full()
|
||||||
.child(primary)
|
.child(primary)
|
||||||
.child(self.render_thread_controls(cx))
|
.child(self.render_thread_controls(cx))
|
||||||
.into_any_element()
|
.into_any_element()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue