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.
2 parents 7acc564 + f1f763c commit a353175Copy full SHA for a353175
1 file changed
src/BloomBrowserUI/bookEdit/toolbox/games/GameTool.tsx
@@ -1439,9 +1439,14 @@ const CorrectWrongControls: React.FunctionComponent<{
1439
<CanvasElementVideoItem
1440
addClasses={props.classToAddToItems}
1441
/>
1442
+ </CanvasElementItemRow>
1443
+ <CanvasElementItemRow>
1444
<CanvasElementGifItem
1445
1446
1447
+ <CanvasElementRectangleItem
1448
+ addClasses={props.classToAddToItems}
1449
+ />
1450
</CanvasElementItemRow>
1451
<CanvasElementItemRow>
1452
<CanvasElementTextItem
0 commit comments