Fix region folding not loading properly

This commit is contained in:
kobewi
2025-09-26 23:19:51 +02:00
parent 9283328fe7
commit 835383d46b
2 changed files with 15 additions and 1 deletions

View File

@ -62,6 +62,7 @@ class ScriptTextEditor : public ScriptEditorBase {
RichTextLabel *errors_panel = nullptr;
Ref<Script> script;
Variant pending_state;
bool script_is_valid = false;
bool editor_enabled = false;