sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
844 stars 103 forks source link

Escape should close svelte inspector #858

Closed olehmisar closed 5 months ago

olehmisar commented 7 months ago

Describe the problem

Escape does not close svelte inspector

Describe the proposed solution

Escape should close svelte inspector

Alternatives considered

-

Importance

would make my life easier

dominikg commented 7 months ago

needs a key check for escape here https://github.com/sveltejs/vite-plugin-svelte/blob/0c2695dfa3e6176e406b4aa145df01a441f45f1b/packages/vite-plugin-svelte-inspector/src/runtime/Inspector.svelte#L191

dominikg commented 5 months ago

fixed by #880