Skip to content

Commit

Permalink
[core] add 'distance:8' into fm.draggable object
Browse files Browse the repository at this point in the history
For prevent unwanted drags when (dbl)clicking.
  • Loading branch information
nao-pon committed Dec 16, 2013
1 parent 055df77 commit 82076df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/elFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ window.elFinder = function(node, opts) {
appendTo : 'body',
addClasses : true,
delay : 30,
distance : 8,
revert : true,
refreshPositions : true,
cursor : 'move',
Expand Down

0 comments on commit 82076df

Please sign in to comment.