naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
935 stars 80 forks source link

fix(flicking): Improve .resize() on adaptiveHeight option #479

Closed netil closed 7 years ago

netil commented 7 years ago

Issue

478

Details

In case of rotate(or in case of panel's height changes), need to re-evaluate panel's height value. This fixes removing 'data-height' attribute and re-evaluate calling ._setAdaptiveHeight().

Preferred reviewers

@sculove

sculove commented 7 years ago

LGTM