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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Open some HTML like this: <div class="foo">Test text</div> (assuming you have a ".foo" rule somewhere)
Put the cursor at the start of "class"
Open inline
Result: no inline opens
Expected: inline opens
It works if you put your cursor anywhere within "class" (including at the end of "class"). If also works if you put the cursor at the start of "foo" (inside or outside the quotes). For tag names, it also works if you put the cursor at the start of the tag name.
This repos in sprint-6 too, so it's not a regression.
The text was updated successfully, but these errors were encountered:
<div class="foo">Test text</div>
(assuming you have a ".foo" rule somewhere)Result: no inline opens
Expected: inline opens
It works if you put your cursor anywhere within "class" (including at the end of "class"). If also works if you put the cursor at the start of "foo" (inside or outside the quotes). For tag names, it also works if you put the cursor at the start of the tag name.
This repos in sprint-6 too, so it's not a regression.
The text was updated successfully, but these errors were encountered: