mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 20:57:01 +08:00
fix(style): skip figma_node_id attribute
This commit is contained in:
@@ -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];
|
const char * value = attrs[i + 1];
|
||||||
if(lv_streq(name, "name")) continue;
|
if(lv_streq(name, "name")) continue;
|
||||||
if(lv_streq(name, "help")) continue;
|
if(lv_streq(name, "help")) continue;
|
||||||
|
if(lv_streq(name, "figma_node_id")) continue;
|
||||||
|
|
||||||
if(value[0] == '#') {
|
if(value[0] == '#') {
|
||||||
const char * value_clean = &value[1];
|
const char * value_clean = &value[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user