You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>]
The text was updated successfully, but these errors were encountered:
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]
:The text was updated successfully, but these errors were encountered: