Make content marking possible on nm rows

This commit is contained in:
hadi 2023-04-24 14:51:58 +02:00
parent c431057f56
commit f7a1be6525

View File

@ -203,8 +203,8 @@ export function egwDragActionImplementation()
}, },
mouseup: function (event){ mouseup: function (event){
if (_context.isSelection(event)){ if (_context.isSelection(event)){
// TODO: save and retrive selected range //let the draggable be reactivated by another click up as the range selection is
node.setAttribute("draggable", true); // not working as expected in shadow-dom as expected in all browsers
} }
else else
{ {