mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
update comment
This commit is contained in:
parent
e8638a8f24
commit
2823345f8b
@ -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…
x
Reference in New Issue
Block a user