Skip to content

Commit 5d76533

Browse files
committed
fix: fixed typo in toggleList function
1 parent b287e7c commit 5d76533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/difficulyDropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class DifficultyDropdown {
8989
this.list.style.display = this.list.style.display === 'none' ? 'block' : 'none';
9090
if (this.list.style.display === 'block') {
9191
this.searchInput.value = '';
92-
this.filterTags();
92+
this.filterDifficulties();
9393
this.searchInput.focus();
9494
}
9595
}

0 commit comments

Comments
 (0)