We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dc774 commit b006534Copy full SHA for b006534
1 file changed
lib/generate-symbol-tsx.ts
@@ -51,8 +51,8 @@ export const generateSymbolTsx = (
51
}
52
53
for (const box of schematicBoxes) {
54
- const x = box.x ?? box.x ?? 0
55
- const y = box.y ?? box.y ?? 0
+ const x = box.x ?? 0
+ const y = box.y ?? 0
56
const width = box.width ?? 0
57
const height = box.height ?? 0
58
const isDashed = box.is_dashed ?? false
0 commit comments