Thanks to visit codestin.com Credit goes to github.com
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 ca244d1 commit 9d3461aCopy full SHA for 9d3461a
src/scrollable/scrollable.js
@@ -222,7 +222,7 @@
222
var prev = find(root, conf.prev).click(function() { self.prev(); }),
223
next = find(root, conf.next).click(function() { self.next(); });
224
225
- if (!conf.circular && self.getSize() > 2) {
+ if (!conf.circular && self.getSize() > 1) {
226
227
self.onBeforeSeek(function(e, i) {
228
prev.toggleClass(conf.disabledClass, i <= 0);
0 commit comments