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

Cause error when calling .resize() during panel animation #492

Closed netil closed 7 years ago

netil commented 7 years ago

Description

if .resize() is called, when panel animation isn't ended, cause maximum call stack error. Is because, resizing adjust panel's position, but this action cause collision with the panel animation moves.