We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7999e40 commit 92981c6Copy full SHA for 92981c6
packages/project-editor/lvgl/widgets/Label.tsx
@@ -49,7 +49,7 @@ export class LVGLLabelWidget extends LVGLWidget {
49
name = `${name} [${widget.identifier}]`;
50
}
51
52
- if (widget.text) {
+ if (widget.text && widget.textType == "literal") {
53
return `${name}: ${widget.text}`;
54
55
0 commit comments