Sublime Forum

Disappearing caret

#1

Sometimes (but recently often) the caret disappears halfway during a file. No clue why or what. Changed the caret style, but it happens on all options. Tried different color themes.

Happens in both .json and .js files. Didn’t notice if it is also happening on other file types as well.

What to do / investigate?

0 Likes

#2

Maybe you have a plugin that plays with caret? If you do view.sel().clear() from a plugin, the caret will disappear.

0 Likes

#3

I don’t know, how to find out?

0 Likes