Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked

Ensure correct unlocking of script editor history
This commit is contained in:
Thaddeus Crews 2025-12-11 12:12:42 -06:00
commit bb4b4e3890
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
3 changed files with 10 additions and 1 deletions

View file

@ -524,6 +524,7 @@ class ScriptEditor : public PanelContainer {
bool waiting_update_names;
bool lock_history = false;
void _unlock_history();
void _help_class_open(const String &p_class);
void _help_class_goto(const String &p_desc);