mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update session on request update
This commit is contained in:
parent
ecbe600fe4
commit
874376bbed
2 changed files with 21 additions and 10 deletions
|
|
@ -15,6 +15,8 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
$this->navbar->page->open(
|
||||
$entry->get_text()
|
||||
);
|
||||
|
||||
$this->navbar->page->container->tab->updateSession(); // @TODO async page update
|
||||
}
|
||||
|
||||
protected function _onKeyRelease(
|
||||
|
|
@ -23,5 +25,7 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
): void
|
||||
{
|
||||
$this->navbar->refresh();
|
||||
|
||||
$this->navbar->page->container->tab->updateSession();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue