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
I first noticed the issue while coding in PHP, but I just tested it on plain text and the errors persists.
STR: just put a lot of text in a file and selected/highlight some word on the line 144 and look for problems on the bottom border of the highlight. If everything is okay, check the top border of a selected word on the line 145. See image below:
ER: Bottom border closing the rectangle.
The text was updated successfully, but these errors were encountered:
.highlight-selected.region {
// Maybe make this 3px (be the same as find-and-replace packageborder-radius: 2px;
box-sizing: border-box;
background-color: transparent;
border-width: 1px;
border-style: solid;
}
Nope. What I've been experiencing locally is more random. Sometimes the bottom of the box or a side (left or right) is sometimes missing. I think it might have been something to do with the new tiling rendering of the lines.
I first noticed the issue while coding in PHP, but I just tested it on plain text and the errors persists.
STR: just put a lot of text in a file and selected/highlight some word on the line 144 and look for problems on the bottom border of the highlight. If everything is okay, check the top border of a selected word on the line 145. See image below:
ER: Bottom border closing the rectangle.
The text was updated successfully, but these errors were encountered: