mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
commit
be552d4266
|
@ -148,6 +148,7 @@ The following events are available:
|
|||
* `tab.on("flash", (tab) => { ... });`
|
||||
* `tab.on("unflash", (tab) => { ... });`
|
||||
* `tab.on("close", (tab) => { ... });`
|
||||
* `tab.on("closing", (tab) => { ... });`
|
||||
|
||||
## Drag and drop support
|
||||
|
||||
|
@ -182,4 +183,4 @@ var tabGroup = new TabGroup({
|
|||
|
||||
## License
|
||||
|
||||
The MIT License (MIT) - Copyright (c) 2016 Thomas Brouard
|
||||
The MIT License (MIT) - Copyright (c) 2016 Thomas Brouard
|
||||
|
|
Loading…
Reference in a new issue