Change placeholder text and remove cx notify call

This commit is contained in:
Alvaro Parker 2025-08-10 13:13:55 -04:00
parent 2100695387
commit a13e87b82f
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -233,7 +233,7 @@ impl PickerDelegate for StashListDelegate {
type ListItem = ListItem;
fn placeholder_text(&self, _window: &mut Window, _cx: &mut App) -> Arc<str> {
"Select stash&".into()
"Select a stash…".into()
}
fn editor_position(&self) -> PickerEditorPosition {