bugfix: could not set style on screen root
This commit is contained in:
parent
a11d27f867
commit
14153a4c90
|
@ -9,8 +9,10 @@
|
||||||
"_id": 0,
|
"_id": 0,
|
||||||
"type": "div",
|
"type": "div",
|
||||||
"_styles": {
|
"_styles": {
|
||||||
"layout": {},
|
"active": {},
|
||||||
"position": {}
|
"hover": {},
|
||||||
|
"normal": {},
|
||||||
|
"selected": {}
|
||||||
},
|
},
|
||||||
"_code": ""
|
"_code": ""
|
||||||
},
|
},
|
||||||
|
|
|
@ -9,8 +9,10 @@
|
||||||
"_id": 1,
|
"_id": 1,
|
||||||
"type": "div",
|
"type": "div",
|
||||||
"_styles": {
|
"_styles": {
|
||||||
"layout": {},
|
"active": {},
|
||||||
"position": {}
|
"hover": {},
|
||||||
|
"normal": {},
|
||||||
|
"selected": {}
|
||||||
},
|
},
|
||||||
"_code": ""
|
"_code": ""
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue