If scrollbar's detached, reinitialise the plugin in update.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
'use strict';
|
||||
|
||||
var instances = require('../instances')
|
||||
, updateGeometry = require('../update');
|
||||
, updateGeometry = require('../update-geometry');
|
||||
|
||||
function bindTouchHandler(element, i, supportsTouch, supportsIePointer) {
|
||||
function shouldPreventDefault(deltaX, deltaY) {
|
||||
|
||||
Reference in New Issue
Block a user