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 60987e3d5c
commit 8cc67d815c
1 changed files with 3 additions and 1 deletions

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>