diff --git a/editor/script/script_editor_plugin.cpp b/editor/script/script_editor_plugin.cpp index e582a26481e..4073b691809 100644 --- a/editor/script/script_editor_plugin.cpp +++ b/editor/script/script_editor_plugin.cpp @@ -3878,6 +3878,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);