diff --git a/phpgwapi/js/egw_action/egw_action_dragdrop.js b/phpgwapi/js/egw_action/egw_action_dragdrop.js index a5e7778bb0..35344514b5 100644 --- a/phpgwapi/js/egw_action/egw_action_dragdrop.js +++ b/phpgwapi/js/egw_action/egw_action_dragdrop.js @@ -374,7 +374,9 @@ function egwDropActionImplementation() }, "tolerance": "pointer", activeClass: "ui-state-hover", - hoverClass: "ui-state-active" + hoverClass: "ui-state-active", + // Greedy is for nested droppables - children consume the action + greedy: true, } );