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 b287e7c commit 5d76533Copy full SHA for 5d76533
options/difficulyDropdown.js
@@ -89,7 +89,7 @@ class DifficultyDropdown {
89
this.list.style.display = this.list.style.display === 'none' ? 'block' : 'none';
90
if (this.list.style.display === 'block') {
91
this.searchInput.value = '';
92
- this.filterTags();
+ this.filterDifficulties();
93
this.searchInput.focus();
94
}
95
0 commit comments