docs bugfix: alow filtering command list on category names

This commit is contained in:
Starbeamrainbowlabs 2021-10-05 02:38:12 +01:00
parent c8773efe22
commit de60c94c40
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
switch(mode_this) {
case "all":
show = search_text(query,
el_next.textContent
el_next.textContent + ` ` + el_next.dataset.category
);
break;
case "header":