Update dependencies

This commit is contained in:
Jeremy Soller 2025-01-13 09:03:23 -07:00
parent fce981ee8f
commit e69e84567b
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 169 additions and 110 deletions

View file

@ -899,7 +899,7 @@ impl App {
self.search_set(entity, term_opt)
}
fn search_set(&mut self,tab: Entity, term_opt: Option<String>) -> Task<Message> {
fn search_set(&mut self, tab: Entity, term_opt: Option<String>) -> Task<Message> {
let mut title_location_opt = None;
if let Some(tab) = self.tab_model.data_mut::<Tab>(tab) {
let location_opt = match term_opt {