Fixes incorrect comment in Containers.js

I don't know which way this bug goes, but right now the comment on `contentsWeight` says it's 0 if contentsWeightless is checked. This isn't the case (however carriedWeight does follow this rule)
This commit is contained in:
Jonpot
2024-01-24 12:29:02 -08:00
committed by GitHub
parent f1b0019331
commit 1759427ca7

View File

@@ -39,7 +39,7 @@ const ComputedOnlyContainerSchema = createPropertySchema({
type: 'computedOnlyInlineCalculationField',
optional: true,
},
// Weight of all the contents, zero if `contentsWeightless` is true
// Weight of all the contents.
contentsWeight: {
type: Number,
optional: true,