mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Make sure that we are literally marking the row's content before deactivating drag action
This commit is contained in:
parent
887c8ff991
commit
829f3cecb3
@ -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…
x
Reference in New Issue
Block a user