mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft page reload action
This commit is contained in:
parent
4e0ec422ca
commit
fd73dc3d7c
7 changed files with 45 additions and 2 deletions
|
|
@ -37,6 +37,10 @@ impl Page {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn reload(&self) {
|
||||
self.content.reload(self.navigation.request_text());
|
||||
}
|
||||
|
||||
pub fn update(&self) {
|
||||
self.navigation.update();
|
||||
// @TODO self.content.update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue