mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
refresh entire navbar on history navigation
This commit is contained in:
parent
dcb75b4bed
commit
1389769346
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class Back extends Button
|
|||
);
|
||||
}
|
||||
|
||||
$this->navbar->history->refresh();
|
||||
$this->navbar->refresh();
|
||||
}
|
||||
|
||||
public function refresh(): void
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class Forward extends Button
|
|||
);
|
||||
}
|
||||
|
||||
$this->navbar->history->refresh();
|
||||
$this->navbar->refresh();
|
||||
}
|
||||
|
||||
public function refresh(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue