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
Hi, I like this extension for component highlighting in Vue 3,
but when I enable this extension, I have a problem when I give a line break between open and close element tag,
the cursor position not located in the middle of element tag. Here are the example:
cursor position when I give a line break between a div tag
<div
|</div>
expected cursor position when give a line break
<div>
|
</div>
I am very grateful if this issue can be fix
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I like this extension for component highlighting in Vue 3,
but when I enable this extension, I have a problem when I give a line break between open and close element tag,
the cursor position not located in the middle of element tag. Here are the example:
cursor position when I give a line break between a div tag
expected cursor position when give a line break
I am very grateful if this issue can be fix
Thanks
The text was updated successfully, but these errors were encountered: