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.
When double clicking on a non-english word in html file, the word is selected with the next characters.
I'm encountering this when I have an attribute surrounded with apostrophes and the attribute itself is written in hebrew.
When I double clicking the word, the text that will be selected will contain the word itself and the apostrophes, equals sign presented before the first apostrophes and angle brackets if presented after the last apostrophe.
For example: <tr data-title="someWord"> will select ="someWord">
It's really annoying...
When double clicking on a non-english word in html file, the word is selected with the next characters.
I'm encountering this when I have an attribute surrounded with apostrophes and the attribute itself is written in hebrew.
When I double clicking the word, the text that will be selected will contain the word itself and the apostrophes, equals sign presented before the first apostrophes and angle brackets if presented after the last apostrophe.
For example:
<tr data-title="someWord">will select="someWord">It's really annoying...