diff --git a/editor/script/script_editor_plugin.cpp b/editor/script/script_editor_plugin.cpp index 8d8d1a54d1e..902f76a039b 100644 --- a/editor/script/script_editor_plugin.cpp +++ b/editor/script/script_editor_plugin.cpp @@ -3886,6 +3886,8 @@ void ScriptEditor::_update_history_pos(int p_new_pos) { if (scr.is_valid()) { notify_script_changed(scr); } + + seb->validate(); } EditorHelp *eh = Object::cast_to(n);