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