mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use action object
This commit is contained in:
parent
a6559a289f
commit
ae2bb93ea7
5 changed files with 38 additions and 20 deletions
|
|
@ -52,7 +52,7 @@ impl Page {
|
|||
action_group.add_action(action_open.as_ref());
|
||||
|
||||
// Init components
|
||||
let content = Arc::new(Content::new());
|
||||
let content = Arc::new(Content::new(action_open.clone()));
|
||||
let navigation = Arc::new(Navigation::new(
|
||||
navigation_request_text,
|
||||
action_tab_page_reload.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue