Skip to content

Commit ef1fe31

Browse files
merrymanlinusha
andcommitted
🎨: fix comment
Co-authored-by: Linus Hagemann <mail@linushagemann.de>
1 parent f7e41af commit ef1fe31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lively.morphic/components/policy.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,7 @@ export class StylePolicy {
10191019
if (synthesized.layout) {
10201020
synthesized.layout = synthesized.layout.copy();
10211021
synthesized.layout.estimateSubmorphExtents(synthesized, extractBuildSpecs); // should be done before the submorph specs are synthesized
1022-
// however for submorphs which themselves are resized by layouts, the extent information is not yet determined
1023-
// estimate the container extent
1022+
// however for submorphs which themselves are resized by layouts, the extent information is not yet determined, instead estimate the container extent below
10241023
}
10251024

10261025
if (modelClass) synthesized.viewModel = new modelClass(modelParams);

0 commit comments

Comments
 (0)