move actions connect into the search component

This commit is contained in:
yggverse 2024-12-17 02:52:21 +02:00
parent 8b65df99f4
commit dd5d79bac4
6 changed files with 125 additions and 129 deletions

View file

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