We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9328015 commit 0fbe1a8Copy full SHA for 0fbe1a8
1 file changed
src/container/vpContainer.js
@@ -619,6 +619,12 @@ define([
619
} else {
620
$(vpCommon.wrapSelector(vpCommon.formatString("#{0}", vpConst.API_MODE_CONTAINER))).width($(vpCommon.wrapSelector(".vp-main-container")).width());
621
}
622
+
623
+ // resize
624
+ var blockContainer = apiBlockJS.getBlockContainer();
625
+ if (blockContainer.getIsOptionPageResize() == false) {
626
+ blockContainer.resizeAPIblock();
627
+ }
628
629
630
/**
0 commit comments