mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
close tab on double click
This commit is contained in:
parent
fb2f135e0d
commit
9cc75a8fcf
2 changed files with 49 additions and 51 deletions
|
|
@ -33,9 +33,7 @@ class Close
|
|||
'activate',
|
||||
function()
|
||||
{
|
||||
$this->tab->menu->browser->container->tab->closePage(
|
||||
null // active
|
||||
);
|
||||
$this->tab->menu->browser->container->tab->close();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue