fix: unsaved changes not accounting for trim

This commit is contained in:
tdgao
2026-09-03 13:56:52 -06:00
parent cb6c80458a
commit cb94b5acc8
@@ -558,6 +558,8 @@ async function handleSave() {
if (!canSave.value) return
saving.value = true
try {
summary.value = summary.value.trim()
const hasPatchChanges = Object.keys(basePatchData.value).length > 0
if (hasPatchChanges) {