MDL-47494 ddwtos: OU-4200 Fix for broken drag and drop with YUI 3.5.1

This commit is contained in:
Jamie Pratt
2012-07-27 12:54:50 +07:00
parent 3f7251bbe9
commit 34826a67c3
+1 -1
View File
@@ -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 () {