We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19950b2 commit 996a1e4Copy full SHA for 996a1e4
src/plugins/sortable/plugin.js
@@ -49,7 +49,7 @@ QueryBuilder.define('sortable', function(options) {
49
if (!node.flags.no_sortable) {
50
interact(node.$el[0])
51
.draggable({
52
- allowForm: QueryBuilder.selectors.drag_handle,
+ allowFrom: QueryBuilder.selectors.drag_handle,
53
onstart: function(event) {
54
moved = false;
55
0 commit comments