ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
173 stars 22 forks source link

Editor loses focus on window change #112

Open epikgit opened 2 years ago

epikgit commented 2 years ago

With the cursor caret located inside a note (WYSIWYG mode) I change my active Windows with ALT+TAB shortcut. When I go back to VS Code, again using the ALT+TAB shortcut, I can be lucky and find my caret where I left it or I see it blinking one more time and then disappearing (I don't know where the focus goes in this case). It's very annoying because the behavior is unpredictable.

If the bug is not fixable, at least a new shortcut to send back the focus to the editor would be very useful.

Thanks.

ryanmcalister commented 2 years ago

Thanks for reporting this. I'll see what can be done.