fix: layout() cannot effect configMaxWidth or configMinWidth
This commit is contained in:
4
doric-web/dist/index.js
vendored
4
doric-web/dist/index.js
vendored
@@ -2356,6 +2356,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
|
||||
};
|
||||
}
|
||||
}
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user