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 bindNativeScrollHandler(element, i) {
|
||||
i.event.bind(element, 'scroll', function () {
|
||||
|
||||
Reference in New Issue
Block a user