mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20: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())
|
.set_title(item.page.meta.title().as_str())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Update all tabs on ID not found @TODO change initial update method
|
// Update all tabs
|
||||||
None => {
|
None => {
|
||||||
for (_, item) in self.index.borrow().iter() {
|
for (_, item) in self.index.borrow().iter() {
|
||||||
// Update item components
|
// Update item components
|
||||||
@ -247,7 +247,7 @@ impl Tab {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // @TODO need optimization
|
}
|
||||||
|
|
||||||
pub fn clean(
|
pub fn clean(
|
||||||
&self,
|
&self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user