We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4642f0 commit ecbba3eCopy full SHA for ecbba3e
src/on_install.js
@@ -36,7 +36,7 @@ function select_them (tabs) {
36
return tabs
37
}
38
39
-when_installed ({reason}) => {
+function when_installed ({reason}) {
40
find_these({ title: "*codesy.io*" })
41
.then(select_them)
42
.then(reload_them)
0 commit comments