diff --git a/api/js/egw_action/egw_action_dragdrop.js b/api/js/egw_action/egw_action_dragdrop.js index 0b3c09edd9..68e6e8d6f2 100644 --- a/api/js/egw_action/egw_action_dragdrop.js +++ b/api/js/egw_action/egw_action_dragdrop.js @@ -215,7 +215,6 @@ export function egwDragActionImplementation() node.setAttribute('draggable', true); const dragstart = function(event) { - //event.stopImmediatePropagation(); if (action) { if (_context.isSelection(event)) return;