chore: refine

This commit is contained in:
Yanyan-Wang 2023-08-28 22:25:49 +08:00
parent 9dc1af0ddc
commit 398f99770f

View File

@ -246,6 +246,7 @@ export abstract class BaseNode {
offsetY: propsOffsetY,
offsetZ: propsOffsetZ,
maxWidth,
// @ts-ignore
angle,
...otherStyle
} = shapeStyle;