fix: layout() cannot effect configMaxWidth or configMinWidth
This commit is contained in:
@@ -175,6 +175,10 @@ export class LayoutConfigImpl implements LayoutConfig, Modeling {
|
||||
margin: this.margin,
|
||||
alignment: this.alignment ? this.alignment.toModel() : undefined,
|
||||
weight: this.weight,
|
||||
minWidth: this.minWidth,
|
||||
maxWidth: this.maxWidth,
|
||||
minHeight: this.minHeight,
|
||||
maxHeight: this.maxHeight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user