diff --git a/lib/main.js b/lib/main.js index 4226932..0dae541 100644 --- a/lib/main.js +++ b/lib/main.js @@ -22,8 +22,7 @@ tabs.on('activate', function(tab) { }); tabs.on('deactivate', function(tab) { let val = getValue(); - if (!val) return; - + // tab can't be a key, since keys are strings, so use two arrays let i = searched.indexOf(tab); if (i < 0) i = searched.length; diff --git a/unsearched-0.2.xpi b/unsearched-0.2.xpi new file mode 100644 index 0000000..eb9a976 Binary files /dev/null and b/unsearched-0.2.xpi differ