diff --git a/addons/format_on_save/format_on_save.gd b/addons/format_on_save/format_on_save.gd index e5ba809..4830570 100644 --- a/addons/format_on_save/format_on_save.gd +++ b/addons/format_on_save/format_on_save.gd @@ -56,6 +56,8 @@ static func reload_script(text_edit: TextEdit, source_code: String) -> void: text_edit.tag_saved_version() + text_edit.text_changed.emit() + # For this workaround to work, we need to disable the "Reload/Resave" pop-up func activate_auto_reload_setting():