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 <span
class:active={false} class:active={false}
class="topnavitemright" class="topnavitemright"
on:click={() => (location = `/${application}`)}> on:click={() => window.open(`/${application}`)}>
<PreviewIcon /> <PreviewIcon />
</span> </span>
</div> </div>