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
If I have <div class="row"> and I select div class="row" and type b-row instead of it, it doesn't recognize it as changing the tag name, and the closing tag remains as </div>.
However, highlighting and changing only the div changes the closing tag to </b-row> correctly.
Is that a bug, a limitation due to a problem I couldn't think of, or a feature?
The text was updated successfully, but these errors were encountered:
If I have


<div class="row">
and I selectdiv class="row"
and typeb-row
instead of it, it doesn't recognize it as changing the tag name, and the closing tag remains as</div>
.However, highlighting and changing only the
div
changes the closing tag to</b-row>
correctly.Is that a bug, a limitation due to a problem I couldn't think of, or a feature?
The text was updated successfully, but these errors were encountered: