parent
b46ab367ef
commit
e20daa7639
1 changed files with 5 additions and 1 deletions
|
@ -863,7 +863,11 @@ impl AssistantPanel {
|
|||
.truncate()
|
||||
.into_any_element()
|
||||
} else {
|
||||
change_title_editor.clone().into_any_element()
|
||||
div()
|
||||
.ml_2()
|
||||
.w_full()
|
||||
.child(change_title_editor.clone())
|
||||
.into_any_element()
|
||||
}
|
||||
}
|
||||
ActiveView::PromptEditor => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue