This commit is contained in:
Timothy Jaeryang Baek
2026-01-24 03:10:29 +04:00
parent 5ad593e465
commit 5510fa178e

View File

@@ -77,6 +77,10 @@
commitMessage = '';
isProduction = true;
await loadHistory();
// Select the newest version after saving
if (history.length > 0) {
selectedHistoryEntry = history[0];
}
} else {
toast.error(
$i18n.t('Only alphanumeric characters and hyphens are allowed in the command string.')