1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +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}
</div>
<div class="preview-content">
<CurrentItemPreview />
{#key $store.version}
<CurrentItemPreview />
{/key}
</div>
{/if}
</div>