preview app in new window
This commit is contained in:
parent
0f72fff186
commit
cb8ba23742
|
@ -62,7 +62,7 @@
|
|||
<span
|
||||
class:active={false}
|
||||
class="topnavitemright"
|
||||
on:click={() => (location = `/${application}`)}>
|
||||
on:click={() => window.open(`/${application}`)}>
|
||||
<PreviewIcon />
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue