mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
e8638a8f24
commit
2823345f8b
1 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ impl Tab {
|
|||
.set_title(item.page.meta.title().as_str())
|
||||
}
|
||||
}
|
||||
// Update all tabs on ID not found @TODO change initial update method
|
||||
// Update all tabs
|
||||
None => {
|
||||
for (_, item) in self.index.borrow().iter() {
|
||||
// Update item components
|
||||
|
|
@ -247,7 +247,7 @@ impl Tab {
|
|||
}
|
||||
}
|
||||
}
|
||||
} // @TODO need optimization
|
||||
}
|
||||
|
||||
pub fn clean(
|
||||
&self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue