1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00

Reload the client preview whenever client library version changes

This commit is contained in:
Andrew Kingston 2021-07-09 13:23:49 +01:00
parent a74d2a8040
commit dbac6d5988

View file

@ -155,7 +155,9 @@
{/if} {/if}
</div> </div>
<div class="preview-content"> <div class="preview-content">
<CurrentItemPreview /> {#key $store.version}
<CurrentItemPreview />
{/key}
</div> </div>
{/if} {/if}
</div> </div>