fix: layout() cannot effect configMaxWidth or configMinWidth
This commit is contained in:
@@ -2282,6 +2282,10 @@ class LayoutConfigImpl {
|
||||
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