Skip to content

Commit 1b6ee55

Browse files
authored
Merge pull request #2442 from entrylabs/issue/5732
이슈 5732 처리
2 parents a92159b + 378978d commit 1b6ee55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/class/container.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ Entry.Container = class Container {
776776
case 'fonts':
777777
result = EntryStatic.fonts.map((font) => [font.name, font.family]);
778778
break;
779-
case 'connectedCameras':
779+
case 'connectedCameras': {
780780
const inputList = await getInputList();
781781
result = [].concat(
782782
inputList
@@ -786,6 +786,8 @@ Entry.Container = class Container {
786786
index,
787787
])
788788
);
789+
break;
790+
}
789791
case 'blockCount':
790792
result = [
791793
[Lang.Blocks.this_project, 'all'],

0 commit comments

Comments
 (0)