Update dependencies
This commit is contained in:
parent
fce981ee8f
commit
e69e84567b
2 changed files with 169 additions and 110 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue