mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
move actions connect into the search component
This commit is contained in:
parent
8b65df99f4
commit
dd5d79bac4
6 changed files with 125 additions and 129 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue