Godot Version
4.4RC1 / 2
Windows 11
Question
when alt-tabbing to desktop (or any other open application) newly typed code vanishes after alt-tabbing back to the editor.
This only occurs when there is an error in the code (red lines) but does not occur when there are no errors.
I can reprocude this bug indefinately.
Example: Opening new script, writing a new func but missing the : at the end. Alt-tab to desktop, alt-tab back, code vanishes.
I tried the same with 4.3 stable and could not reproduce the same bug.