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 963829a commit 3f16647Copy full SHA for 3f16647
src/shortcuts/sticky.js
@@ -35,7 +35,7 @@
35
36
/* Private */
37
Sticky.prototype.createWrapper = function() {
38
- if (this.options.wrapper !== false) {
+ if (this.options.wrapper) {
39
this.$element.wrap(this.options.wrapper)
40
}
41
this.$wrapper = this.$element.parent()
0 commit comments