1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Key client app layout rendering by builder store asset type to ensure preview is always remounted properly

This commit is contained in:
Andrew Kingston 2022-02-24 12:26:31 +00:00
parent 08ec8ca7db
commit fd76551909

View file

@ -108,7 +108,7 @@
<!-- Actual app -->
<div id="app-root">
<CustomThemeWrapper>
{#key $screenStore.activeLayout._id}
{#key `${$screenStore.activeLayout._id}-${$builderStore.previewType}`}
<Component
isLayout
instance={$screenStore.activeLayout.props}