mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Reword documentation of tgroupclose for clarity
This commit is contained in:
parent
47e403adfb
commit
c93d911a8b
1 changed files with 3 additions and 3 deletions
|
@ -3542,10 +3542,10 @@ export async function tgrouprename(name: string) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Close the current tab group.
|
||||
* Close all tabs in the current tab group and delete the group.
|
||||
*
|
||||
* First switch to the previously active tab group. Do nothing if there is only
|
||||
* one tab group.
|
||||
* Switch to the previously active tab group. Do nothing if there is only one
|
||||
* tab group.
|
||||
*
|
||||
*/
|
||||
//#background
|
||||
|
|
Loading…
Add table
Reference in a new issue