close tab on double click

This commit is contained in:
yggverse 2024-07-19 20:21:04 +03:00
parent fb2f135e0d
commit 9cc75a8fcf
2 changed files with 49 additions and 51 deletions

View file

@ -33,9 +33,7 @@ class Close
'activate',
function()
{
$this->tab->menu->browser->container->tab->closePage(
null // active
);
$this->tab->menu->browser->container->tab->close();
}
);
}