We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093df3c commit 9ab9f7eCopy full SHA for 9ab9f7e
lib/components/primitive-components/SilkscreenText.ts
@@ -126,7 +126,7 @@ export class SilkscreenText extends PrimitiveComponent<
126
bottom: props.knockoutPaddingBottom ?? uniformPadding,
127
}
128
: undefined
129
- let text = this._resolveText()
+ const text = this._resolveText()
130
for (const layer of targetLayers) {
131
const pcb_silkscreen_text = db.pcb_silkscreen_text.insert({
132
anchor_alignment: props.anchorAlignment,
0 commit comments