refresh entire navbar on history navigation

This commit is contained in:
yggverse 2024-07-18 18:43:17 +03:00
parent dcb75b4bed
commit 1389769346
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ class Back extends Button
);
}
$this->navbar->history->refresh();
$this->navbar->refresh();
}
public function refresh(): void

View file

@ -25,7 +25,7 @@ class Forward extends Button
);
}
$this->navbar->history->refresh();
$this->navbar->refresh();
}
public function refresh(): void