mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 08:41:32 -04:00
search result highlighted strings, do not add op to recipe on escape
This commit is contained in:
parent
85fff21068
commit
f176a1106a
14 changed files with 108 additions and 125 deletions
|
@ -64,7 +64,7 @@ export class CCategoryLi extends HTMLElement {
|
|||
|
||||
const opList = new COperationList(
|
||||
this.app,
|
||||
this.category.ops,
|
||||
this.category.ops.map( op => [op]),
|
||||
this.includeOpLiStarIcon,
|
||||
false,
|
||||
true
|
||||
|
@ -81,7 +81,6 @@ export class CCategoryLi extends HTMLElement {
|
|||
buildListItem() {
|
||||
const li = document.createElement("li");
|
||||
|
||||
li.classList.add("panel");
|
||||
li.classList.add("category");
|
||||
|
||||
return li;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue