mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
Documentation fix
This commit is contained in:
parent
5ef11ada01
commit
e9080a5d99
|
@ -139,7 +139,7 @@ The following events are available:
|
|||
* `tabGroup.on("tab-added", (tab, tabGroup) => { ... });`
|
||||
* `tabGroup.on("tab-removed", (tab, tabGroup) => { ... });`
|
||||
* `tabGroup.on("tab-active", (tab, tabGroup) => { ... });`
|
||||
* `tab.on("webview-ready", (title, tab) => { ... });`
|
||||
* `tab.on("webview-ready", (tab) => { ... });`
|
||||
* `tab.on("title-changed", (title, tab) => { ... });`
|
||||
* `tab.on("icon-changed", (icon, tab) => { ... });`
|
||||
* `tab.on("active", (tab) => { ... });`
|
||||
|
|
Loading…
Reference in a new issue