1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

bugfix - css not sent for all screens

This commit is contained in:
Michael Shanks 2020-02-24 11:05:52 +00:00
parent 547858ea9b
commit 503816bc7e

View file

@ -709,6 +709,10 @@ const setCurrentPage = store => pageName => {
s.currentPreviewItem.props,
])
for (let screen of s.screens) {
screen._css = generate_screen_css([screen.props])
}
setCurrentScreenFunctions(s)
return s
})