mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-25 16:43:05 +00:00
docs bugfix: alow filtering command list on category names
This commit is contained in:
parent
c8773efe22
commit
de60c94c40
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue