search results functionality

This commit is contained in:
Robin Scholtes 2023-08-03 16:57:08 +12:00
parent 4ba31236e9
commit 85fff21068
9 changed files with 105 additions and 115 deletions

View file

@ -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);