Don't need this, we can remove it

This commit is contained in:
nathan 2022-05-25 08:45:22 -06:00
parent b3c2dcc90b
commit a5fe6d938b

View File

@ -215,7 +215,6 @@ export function egwDragActionImplementation()
node.setAttribute('draggable', true);
const dragstart = function(event) {
//event.stopImmediatePropagation();
if (action) {
if (_context.isSelection(event)) return;