Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd64ba7a

Browse files
author
minjk-bl
committed
error fix
1 parentdddae28 commitd64ba7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/container/vpContainer.js‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,11 @@ define([
621621
}
622622

623623
// resize
624-
varblockContainer=apiBlockJS.getBlockContainer();
625-
if(blockContainer.getIsOptionPageResize()==false){
626-
blockContainer.resizeAPIblock();
624+
if(apiBlockJS){
625+
varblockContainer=apiBlockJS.getBlockContainer();
626+
if(blockContainer&&blockContainer.getIsOptionPageResize()==false){
627+
blockContainer.resizeAPIblock();
628+
}
627629
}
628630
}
629631

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp