Diokuz / baron

Native scroll with custom scrollbar
MIT License
776 stars 124 forks source link

scopedWindow is not window actually #161

Closed lastw closed 7 years ago

lastw commented 7 years ago

baron uses (function(window){})(this) pattern to resolve window, but node/webpack invoke modules with module.exports context — so, in this cases scopedWindow is not window (and window resize handler is not working).

Diokuz commented 7 years ago

Fixed in 2.2.9