Merge pull request #346 from Jonpot/patch-8

Fixes incorrect comment in Containers.js
This commit is contained in:
ThaumRystra
2024-11-05 13:34:01 +02:00
committed by GitHub

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,