mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
search results functionality
This commit is contained in:
parent
4ba31236e9
commit
85fff21068
9 changed files with 105 additions and 115 deletions
|
@ -16,8 +16,7 @@ export class COperationList extends HTMLElement {
|
|||
includeStarIcon,
|
||||
isSortable = false,
|
||||
isCloneable = true,
|
||||
icon,
|
||||
|
||||
icon
|
||||
) {
|
||||
super();
|
||||
|
||||
|
@ -118,7 +117,6 @@ export class COperationList extends HTMLElement {
|
|||
.off(".popover")
|
||||
.removeData("bs.popover");
|
||||
},
|
||||
// @todo: popovers dont display anymore after dragging into recipe list and then hovering the op
|
||||
onEnd: ({item}) => {
|
||||
if (item.parentNode.id === targetListId) {
|
||||
this.app.manager.recipe.addOperation(item.name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue