sveltejs / sites

Monorepo for the sites in the Svelte ecosystem
https://svelte.dev
MIT License
286 stars 123 forks source link

REPL breaks when deleting attributes #496

Closed AdrianGonz97 closed 1 year ago

AdrianGonz97 commented 1 year ago

Describe the bug

The REPL breaks while deleting whole words (CTRL + Backspace) on an element's attributes.

I've been able to consistently get it to error when you start deleting from an attribute that's assigned to a string literal (.e.g., value="press me" in this case).

gif example of the issue

Reproduction

https://svelte.dev/repl/8abeb99dab034b93a4522a0ba80b1a19?version=4.0.0

Logs

No response

System Info

Issue occurs on Chrome

Severity

annoyance

PuruVJ commented 1 year ago

This issue is fixed now. Can you confirm?

AdrianGonz97 commented 1 year ago

Seems to be working perfectly! Thanks!! @PuruVJ