From 75b215b2636c71ed6b7dd814fbf1ace8aa796ae8 Mon Sep 17 00:00:00 2001 From: Liam Best Date: Tue, 24 Sep 2019 16:09:53 +1000 Subject: [PATCH] Also update README for new event --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93c2fd5..4d9b0e4 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ The following events are available: * `tab.on("title-changed", (title, tab) => { ... });` * `tab.on("icon-changed", (icon, tab) => { ... });` * `tab.on("active", (tab) => { ... });` +* `tab.on("inactive", (tab) => { ... });` * `tab.on("visible", (tab) => { ... });` * `tab.on("hidden", (tab) => { ... });` * `tab.on("flash", (tab) => { ... });`