Diokuz / baron

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

Update on display change #133

Open Diokuz opened 8 years ago

Diokuz commented 8 years ago

Browser didnt trigger resize event when you plug out external display and browser actually change its size. But baron didnt update.

Maybe need to listen page focus event, or something like that.

Still hate an idea about polling (updating in setInterval handler).