Sublime Forum

Selection is lost when text is selected in a different tab

#1

I have this weird issue with text selection: if I select some text in a tab and then switch to a new tab and select text there - selection is lost in the first tab. See bellow:

It happens in version 3.2.2 on Linux. I checked on windows (it ought to be a similar version) - and it keeps the selection just fine.

Any ideas how to fix this?

0 Likes

#2

See https://github.com/sublimehq/sublime_text/issues/1022

1 Like

#3

Thanks, that helps.

Adding "clear_selection": false to the settings fixed the issue.

0 Likes