1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

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 d73d1a4dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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