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 976d5d3 commit 0c16e32Copy full SHA for 0c16e32
src/toolbox/hardware_category.ts
@@ -239,6 +239,8 @@ function getRobotMethodsBlocks(currentModule: commonStorage.Module) {
239
};
240
}
241
242
+// This is called when the user is editing a mechanism or the robot and allows
243
+// the user to add a component or use an existing component.
244
function getComponentsBlocks(currentModule: commonStorage.Module, hideParams : boolean) {
245
const contents = [];
246
0 commit comments