preview app in new window

This commit is contained in:
Martin McKeaveney 2020-06-09 13:30:01 +01:00
parent 9adf9ee7bf
commit 96708ce75a
1 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@
<span
class:active={false}
class="topnavitemright"
on:click={() => (location = `/${application}`)}>
on:click={() => window.open(`/${application}`)}>
<PreviewIcon />
</span>
</div>