Merge pull request #349 from Budibase/open-app-in-new-window

preview app in new window when running electron
This commit is contained in:
Martin McKeaveney 2020-06-09 19:21:53 +01:00 committed by GitHub
commit 8f7248a0d6
1 changed files with 1 additions and 1 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>