remove extra update actions

This commit is contained in:
yggverse 2025-01-27 13:40:10 +02:00
parent d0287695ff
commit b3b2763af1
4 changed files with 21 additions and 47 deletions

View file

@ -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,