mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Make content marking possible on nm rows
This commit is contained in:
parent
c431057f56
commit
f7a1be6525
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user