Reset Class Properties to separate css style into a property
This commit is contained in:
parent
3d7baafc17
commit
706f9624cc
6 changed files with 17 additions and 16 deletions
|
@ -24,8 +24,10 @@ export function NewEditor(
|
|||
height: Number(configuration.MainContainer.Height),
|
||||
isRigidBody: false,
|
||||
isAnchor: false,
|
||||
fillOpacity: 0,
|
||||
stroke: 'black'
|
||||
style: {
|
||||
fillOpacity: 0,
|
||||
stroke: 'black'
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue