diff --git a/src/Entity/Browser/Container/Page/Content.php b/src/Entity/Browser/Container/Page/Content.php index b540a35..2b6fad3 100644 --- a/src/Entity/Browser/Container/Page/Content.php +++ b/src/Entity/Browser/Container/Page/Content.php @@ -89,6 +89,11 @@ class Content $title ); + // Update tooltip + $this->page->title->setTooltip( + $title + ); + // Refresh header by new title if current page is active if ($this->page === $this->page->container->tab->get()) {