bugfix - css not sent for all screens
This commit is contained in:
parent
bc51c7f603
commit
264eb6da5a
|
@ -709,6 +709,10 @@ const setCurrentPage = store => pageName => {
|
||||||
s.currentPreviewItem.props,
|
s.currentPreviewItem.props,
|
||||||
])
|
])
|
||||||
|
|
||||||
|
for (let screen of s.screens) {
|
||||||
|
screen._css = generate_screen_css([screen.props])
|
||||||
|
}
|
||||||
|
|
||||||
setCurrentScreenFunctions(s)
|
setCurrentScreenFunctions(s)
|
||||||
return s
|
return s
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue