mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
restore recipe list ordering, properly removing c-ingredient-li and update 'selected' checkmarks in c-op-list
This commit is contained in:
parent
4a07d52230
commit
ede69a7a1a
5 changed files with 23 additions and 15 deletions
|
@ -123,11 +123,6 @@ export class COperationList extends HTMLElement {
|
|||
if (item.parentNode.id === targetListId) {
|
||||
this.app.manager.recipe.addOperation(item.name);
|
||||
item.remove();
|
||||
return;
|
||||
}
|
||||
|
||||
if (item.parentNode.id !== targetListId) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue