Skip to content

Commit 333d9ba

Browse files
committed
Merged PR 4099: fix create mode bug in sample tool
fix create mode bug in sample tool
1 parent db4ab98 commit 333d9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/v2-demo/scripts/report.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function getEmbedCode(mode, entityType)
201201
}
202202
else if (mode === EmbedCreateMode)
203203
{
204-
code = isDesktop ? _Embed_BasicEmbed_EditMode : _Embed_MobileCreateNotSupported;
204+
code = isDesktop ? _Embed_Create : _Embed_MobileCreateNotSupported;
205205
}
206206
}
207207
else if (entityType == EntityType.Visual) {

0 commit comments

Comments
 (0)