Make content marking possible on nm rows

This commit is contained in:
hadi 2023-04-24 14:51:58 +02:00
parent 053503bd74
commit 69e06ca501

View File

@ -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
{