close search on escape action

This commit is contained in:
yggverse 2024-12-16 16:49:19 +02:00
parent 94b8227088
commit 4b357f8229
4 changed files with 40 additions and 11 deletions

View file

@ -61,7 +61,11 @@ impl Page {
),
) -> Self {
// Init components
let content = Rc::new(Content::new((window_action.clone(), tab_action.clone())));
let content = Rc::new(Content::new((
browser_action.clone(),
window_action.clone(),
tab_action.clone(),
)));
let navigation = Rc::new(Navigation::new(
profile.clone(),