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 061baf7 commit 12552fbCopy full SHA for 12552fb
src/gridstack.jQueryUI.js
@@ -56,8 +56,8 @@
56
el.draggable(opts);
57
} else {
58
el.draggable($.extend({}, this.grid.opts.draggable, {
59
- containment: (this.grid.opts.isNested && !this.grid.opts.dragOut) ?
60
- this.grid.container.parent() :
+ containment: (this.grid.opts.isNested && !this.grid.opts.dragOut) ?
+ this.grid.container.parent() :
61
(this.grid.opts.draggable.containment || null),
62
start: opts.start || function() {},
63
stop: opts.stop || function() {},
0 commit comments