mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
[#181] fix some event issues ( dragging and dropping, mobile taps ), fix popover issues ( popovers properly disappear ), eslint cleanup fixes
This commit is contained in:
parent
8afcfa0b45
commit
5e6327a400
5 changed files with 34 additions and 45 deletions
|
@ -437,6 +437,7 @@ class App {
|
|||
// update all op-lists to reflect the current recipe list ( selected ops ) and favourite category list ( favourite ops )
|
||||
this.manager.ops.updateListItemsClasses("#rec-list", "selected");
|
||||
this.manager.ops.updateListItemsClasses("#catFavourites > c-operation-list > ul.op-list", "favourite");
|
||||
this.manager.recipe.initDragAndDrop();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue