mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix tabs clean feature
This commit is contained in:
parent
2bb12d5339
commit
fb3ad27e18
2 changed files with 9 additions and 6 deletions
|
|
@ -241,6 +241,14 @@ class Tab
|
|||
}
|
||||
}
|
||||
|
||||
public function clean(): void
|
||||
{
|
||||
while ($this->pages)
|
||||
{
|
||||
$this->close();
|
||||
}
|
||||
}
|
||||
|
||||
public function reorder(): void
|
||||
{
|
||||
// Init new index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue