Replies: 1 comment
-
|
I think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I have this code in my App.svelte file:
<p>Visit the <a href="https://svelte.dev/tutorial">Svelte tutorial</a> to learn how to build Svelte apps.</p>If run the application and click on the link, it does take me to the link. However, I can not return to the application screen. If I click on the close button on the window that is being displayed (the web site), then the application closes.
<Alt><Tab>does not work either.Any suggestions as to how to resolve this issue would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions