Skip to content

Commit 996a1e4

Browse files
committed
Fix mistic100#662 Drag-and-drop is enabled on the whole row
1 parent 19950b2 commit 996a1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/sortable/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ QueryBuilder.define('sortable', function(options) {
4949
if (!node.flags.no_sortable) {
5050
interact(node.$el[0])
5151
.draggable({
52-
allowForm: QueryBuilder.selectors.drag_handle,
52+
allowFrom: QueryBuilder.selectors.drag_handle,
5353
onstart: function(event) {
5454
moved = false;
5555

0 commit comments

Comments
 (0)