fix session restore

This commit is contained in:
yggverse 2024-07-19 13:36:33 +03:00
parent 874376bbed
commit e858944de7
3 changed files with 29 additions and 3 deletions

View file

@ -94,6 +94,15 @@ class Page
$this->content->refresh();
}
public function init(
?string $request = null
): void
{
$this->navbar->request->setValue(
$request
);
}
public function open(
?string $request = null,
bool $history = true