fix page entity operations

This commit is contained in:
yggverse 2024-07-12 20:16:31 +03:00
parent 7be7717897
commit f65458ca70
2 changed files with 13 additions and 26 deletions

View file

@ -34,10 +34,8 @@ class Close
function()
{
$this->tab->menu->browser->container->tab->closePage(
$this->tab->menu->browser->container->tab->gtk->get_current_page()
null // active
);
// @TODO unset page entity
}
);
}