mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Make sure d-n-d does not get triggered via double click action
This commit is contained in:
parent
4aed504622
commit
c37554a3c9
@ -385,7 +385,8 @@ function egwDragActionImplementation()
|
|||||||
"refreshPositions": true,
|
"refreshPositions": true,
|
||||||
"scroll": false,
|
"scroll": false,
|
||||||
//"containment": "document",
|
//"containment": "document",
|
||||||
"iframeFix": true
|
"iframeFix": true,
|
||||||
|
"delay": 300
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user