Skip to content

Commit

Permalink
Merge pull request #8 from jamiepratt/wip_ou-4200_ddfix
Browse files Browse the repository at this point in the history
OU-4200 Fix for broken drag and drop with YUI 3.5.1
  • Loading branch information
timhunt committed Jul 27, 2012
2 parents 3fedc61 + 223eedf commit 5e2f3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yui/dd/dd.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ YUI.add('moodle-qtype_ddwtos-dd', function(Y) {
var group = this.get_group(drag);
var dd = new Y.DD.Drag({
node: drag,
dragMode: 'intersect'
dragMode: 'point'
}).plug(Y.Plugin.DDConstrained, {constrain2node: this.selectors.top_node()});
},
make_drop_zones : function () {
Expand Down

0 comments on commit 5e2f3a6

Please sign in to comment.