maoschanz / notes-extension-gnome

A GNOME Shell extension providing customizable sticky notes
GNU General Public License v3.0
80 stars 40 forks source link

Invisible chars #63

Open rrrrrex opened 3 years ago

rrrrrex commented 3 years ago

If the first char of note is russian (maybe other languages too), the next line become buggy, For example, i can type:

Кто лучший я

But i can't make it like this:

Кто лучший i

The first char of second line is invisible until i type second char.

Type Привет->Привет Go to the next line Type 1 ->nothing Type 2 ->12

The problem is that the first line starts from russian char. I can write WПривет and the next line will be ok.