(cherry picked from commit 39061340035e94a2fb43273ca32601c7c8a811b6)
@@ -731,6 +731,9 @@ void ScriptEditor::_close_tab(int p_idx) {
apply_scripts();
}
+ // roll back to previous tab
+ _history_back();
+
//remove from history
history.resize(history_pos + 1);