[#181] fix some event issues ( dragging and dropping, mobile taps ), fix popover issues ( popovers properly disappear ), eslint cleanup fixes

This commit is contained in:
Robin Scholtes 2023-08-14 17:34:23 +12:00
parent 8afcfa0b45
commit 5e6327a400
5 changed files with 34 additions and 45 deletions

View file

@ -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();
}
/**