mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix active page reset
This commit is contained in:
parent
b443d1c58e
commit
710093b161
5 changed files with 37 additions and 19 deletions
|
|
@ -92,7 +92,8 @@ impl Window {
|
|||
self.tab.page_navigation_history_forward();
|
||||
}
|
||||
|
||||
pub fn tab_page_navigation_reload(&self, page_position: i32) {
|
||||
/// Reload page at `i32` position or selected page on `None` given
|
||||
pub fn tab_page_navigation_reload(&self, page_position: Option<i32>) {
|
||||
self.tab.page_navigation_reload(page_position);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue