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.
Result:
For the first rule, the entire "div" is selected in the editor.
For the second rule, only "di" is selected -- the "v" lies outside the selection.
(Similar bug happens for longer selectors too; the last 1 char is always left out)
Expected:
Entire text of selector is selected in both cases.
Put this code into a .css file:
Result:
For the first rule, the entire "div" is selected in the editor.
For the second rule, only "di" is selected -- the "v" lies outside the selection.
(Similar bug happens for longer selectors too; the last 1 char is always left out)
Expected:
Entire text of selector is selected in both cases.