Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double clicking a filename other than App.svelte then clicking the editing area erases all the component #523

Open
inspiredlabs opened this issue Jul 9, 2023 · 0 comments

Comments

@inspiredlabs
Copy link

Steps to reproduce:

  • Double clicking a Comp.svelte filename tab in the UI
  • then click the editing area
  • BANG, your component is gone.
import BarryScott from './BarryScott.svelte';
</script>

<BarryScott >
	Bang! And, your component is gone.
</BarryScott>

This is especially annoying when starting a new component as it's handy to double-click the filename and copy it's contents to be reused in the import statement: import Paste from './Paste.svelte'.

Other than that, top-notch first impression. 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant