PMunch / nim-playground-frontend

The front-end for https://play.nim-lang.org
45 stars 16 forks source link

🐞: Blinking cursor does not sync with the change font size #16

Closed yozachar closed 2 years ago

yozachar commented 4 years ago

Hi, I do not know if you have already noticed this but when I increase the font size, the cursor remains in the same size unless I start to type (feels awkward at first) Annotation 2020-05-10 122715 That cursor in the circle after in is actually at the last line because when I type the cursor automatically moves to the last line and does the editing.

PMunch commented 4 years ago

This is unfortunately a bug in CodeMirror which is what the playground uses for the edit area. I suggest you forward this bug report to their repository, I can confirm that I'm seeing the same issue as well.

yozachar commented 4 years ago

@PMunch could this be a solution: https://github.com/codemirror/CodeMirror/issues/6266#issuecomment-626323310?

PMunch commented 4 years ago

Ah, indeed that could be a solution!