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
When selecting text in the editor it is highlighted as blue as expected. However when the editor does not have focus, the highlighting is lost. The weirder part seems to be that the selection in the editor is still in effect, so using the call editor().getSelectedText() will return the previously, but not highlighted selection.
Describe the bug
When selecting text in the editor it is highlighted as blue as expected. However when the editor does not have focus, the highlighting is lost. The weirder part seems to be that the selection in the editor is still in effect, so using the call
editor().getSelectedText()
will return the previously, but not highlighted selection.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Selection highlight is maintained even when focus is lost.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: