Reset Class Properties to separate css style into a property

This commit is contained in:
Eric NGUYEN 2022-08-16 10:11:16 +02:00
parent 3d7baafc17
commit 706f9624cc
6 changed files with 17 additions and 16 deletions

View file

@ -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'
}
}
);