mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
Make sure that we are literally marking the row's content before deactivating drag action
This commit is contained in:
parent
498aebe192
commit
104ecb2732
@ -202,7 +202,7 @@ export function egwDragActionImplementation()
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mouseup: function (event){
|
mouseup: function (event){
|
||||||
if (_context.isSelection(event)){
|
if (_context.isSelection(event) && document.getSelection().type === 'Range'){
|
||||||
//let the draggable be reactivated by another click up as the range selection is
|
//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
|
// not working as expected in shadow-dom as expected in all browsers
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user