Skip to content

Commit 0c16e32

Browse files
committed
Add a comment to getComponentsBlocks
1 parent 976d5d3 commit 0c16e32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/toolbox/hardware_category.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ function getRobotMethodsBlocks(currentModule: commonStorage.Module) {
239239
};
240240
}
241241

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.
242244
function getComponentsBlocks(currentModule: commonStorage.Module, hideParams : boolean) {
243245
const contents = [];
244246

0 commit comments

Comments
 (0)