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

With emmet/autoclose-html: Deleting from ending tag to inside opening tag causes Max stack size error #48

Open
Souleste opened this issue Aug 27, 2021 · 1 comment

Comments

@Souleste
Copy link

Deleting from just after or just before character > in the ending bracket up to the inside of the opening tag causes the following error:
Maximum call stack size exceeded

This issue only occurs when using an autocomplete package (tested with emmet and autoclose-html).

For some reason image uploading is not working but here is an example, where the selection is from [ to ]:

<div[>
    <p></p>
</div>]
@dsandstrom
Copy link
Owner

Thanks for the report. I recommend disabling "Allow End Tag Sync" until this problem can be addressed.

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

2 participants