Commit e6c9368
committed
fix: use request.max_content instead of uninitialized local max_content in flow layout
The local max_content was initialized with all-none values, making the
.or() fallback a no-op. Use request.max_content to correctly propagate
the parent cross-size constraint to child layout computation.1 parent a286e7a commit e6c9368
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments