1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

bugfix - css not sent for all screens

This commit is contained in:
Michael Shanks 2020-02-24 11:05:52 +00:00
parent bc51c7f603
commit 264eb6da5a

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
})