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 4164b22 commit 24cfae0Copy full SHA for 24cfae0
popup.js
@@ -61,8 +61,8 @@ cme.onUninstalled.addListener(id => {
61
$(`#${id}`).remove();
62
});
63
64
-const extensions = $('#extList li');
65
$searchField.on('input', function () {
+ const extensions = $('#extList li');
66
const keywords = this.value.split(' ').filter(s => s.length);
67
const hiddenExtensions = extensions.not((i, el) => {
68
return keywords.every(word => el.dataset.name.includes(word));
0 commit comments