1 parent 5e47fe1 commit 79b0bdeCopy full SHA for 79b0bde
1 file changed
src/Flicking.ts
@@ -1870,7 +1870,8 @@ class Flicking extends Component<FlickingEvents> {
1870
return;
1871
}
1872
if (this._isResizing) {
1873
- // resize를 연속으로 발생하면 스케줄링 등록
+ // resize를 연속으로 발생하면 무시하기에 마지막 viewport를 사이즈를 알 수 없음.
1874
+ // resize를 1번 더 실행할 수 잇는 스케줄링 등록
1875
this._scheduleResize = true;
1876
1877
0 commit comments