mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra update actions
This commit is contained in:
parent
d0287695ff
commit
b3b2763af1
4 changed files with 21 additions and 47 deletions
|
|
@ -97,7 +97,6 @@ impl Page {
|
|||
Ok(result) => Ok(result),
|
||||
Err(_) => Err(Error::Bookmark), // @TODO
|
||||
};
|
||||
self.update();
|
||||
result
|
||||
}
|
||||
|
||||
|
|
@ -111,12 +110,6 @@ impl Page {
|
|||
self.search.show()
|
||||
}
|
||||
|
||||
/// Update `Self` witch children components
|
||||
pub fn update(&self) {
|
||||
// Update children components
|
||||
self.navigation.update();
|
||||
}
|
||||
|
||||
/// Cleanup session for `Self`
|
||||
pub fn clean(
|
||||
&self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue