Skip to content

Commit 0fbe1a8

Browse files
author
minjk-bl
committed
resize bug fix
1 parent 9328015 commit 0fbe1a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/container/vpContainer.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@ define([
619619
} else {
620620
$(vpCommon.wrapSelector(vpCommon.formatString("#{0}", vpConst.API_MODE_CONTAINER))).width($(vpCommon.wrapSelector(".vp-main-container")).width());
621621
}
622+
623+
// resize
624+
var blockContainer = apiBlockJS.getBlockContainer();
625+
if (blockContainer.getIsOptionPageResize() == false) {
626+
blockContainer.resizeAPIblock();
627+
}
622628
}
623629

624630
/**

0 commit comments

Comments
 (0)