mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
replace arguments with callback
This commit is contained in:
parent
44be1a7dab
commit
e0adc0661c
3 changed files with 7 additions and 17 deletions
|
|
@ -237,7 +237,7 @@ impl Page {
|
|||
let title = "Titan input";
|
||||
|
||||
// Toggle input form
|
||||
self.input.set_new_titan(&self.tab_action, uri, Some(title));
|
||||
// @TODO self.input.set_new_titan(|data|{});
|
||||
|
||||
// Update meta
|
||||
self.meta.set_status(status).set_title(title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue