mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra reference
This commit is contained in:
parent
63b6776d5f
commit
44be1a7dab
1 changed files with 1 additions and 2 deletions
|
|
@ -237,8 +237,7 @@ impl Page {
|
|||
let title = "Titan input";
|
||||
|
||||
// Toggle input form
|
||||
self.input
|
||||
.set_new_titan(&self.tab_action, &uri, Some(title));
|
||||
self.input.set_new_titan(&self.tab_action, uri, Some(title));
|
||||
|
||||
// Update meta
|
||||
self.meta.set_status(status).set_title(title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue