From f7a1be6525ce5ad119b5ba79ccf3cf1a4b554200 Mon Sep 17 00:00:00 2001 From: hadi Date: Mon, 24 Apr 2023 14:51:58 +0200 Subject: [PATCH] Make content marking possible on nm rows --- api/js/egw_action/egw_action_dragdrop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/js/egw_action/egw_action_dragdrop.js b/api/js/egw_action/egw_action_dragdrop.js index be28622b49..02457780e9 100644 --- a/api/js/egw_action/egw_action_dragdrop.js +++ b/api/js/egw_action/egw_action_dragdrop.js @@ -203,8 +203,8 @@ export function egwDragActionImplementation() }, mouseup: function (event){ if (_context.isSelection(event)){ - // TODO: save and retrive selected range - node.setAttribute("draggable", true); + //let the draggable be reactivated by another click up as the range selection is + // not working as expected in shadow-dom as expected in all browsers } else {