Move dimension options in Dimensions class
This commit is contained in:
parent
96c3fbdf4e
commit
3d6d979389
11 changed files with 112 additions and 77 deletions
|
@ -318,6 +318,9 @@ function AssignProperty(container: IContainerModel, key: string, value: string |
|
|||
case PropertyType.Margin:
|
||||
SetMargin();
|
||||
break;
|
||||
case PropertyType.DimensionOptions:
|
||||
(container.properties.dimensionOptions as any)[key] = value;
|
||||
break;
|
||||
default:
|
||||
(container.properties as any)[key] = value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue