mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
close search on escape action
This commit is contained in:
parent
94b8227088
commit
4b357f8229
4 changed files with 40 additions and 11 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue