fix(style): skip figma_node_id attribute

This commit is contained in:
Gabor Kiss-Vamosi
2025-04-16 06:14:56 +02:00
parent ed7c3be9fa
commit 4b23baed3d
+1
View File
@@ -115,6 +115,7 @@ lv_result_t lv_xml_style_register(lv_xml_component_ctx_t * ctx, const char ** at
const char * value = attrs[i + 1];
if(lv_streq(name, "name")) continue;
if(lv_streq(name, "help")) continue;
if(lv_streq(name, "figma_node_id")) continue;
if(value[0] == '#') {
const char * value_clean = &value[1];