bugfix: could not set style on screen root

This commit is contained in:
Michael Shanks 2020-06-02 16:18:25 +01:00
parent d09085fdf3
commit f2d696ce82
2 changed files with 8 additions and 4 deletions

View File

@ -9,8 +9,10 @@
"_id": 0,
"type": "div",
"_styles": {
"layout": {},
"position": {}
"active": {},
"hover": {},
"normal": {},
"selected": {}
},
"_code": ""
},

View File

@ -9,8 +9,10 @@
"_id": 1,
"type": "div",
"_styles": {
"layout": {},
"position": {}
"active": {},
"hover": {},
"normal": {},
"selected": {}
},
"_code": ""
},