Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-09-01 21:18:31 -07:00
111 changed files with 4613 additions and 4518 deletions

View File

@@ -484,6 +484,7 @@ export class DocumentDetailComponent
if (titleValue !== this.titleInput.value) return
this.title = titleValue
this.documentForm.patchValue({ title: titleValue })
this.documentForm.get('title').markAsDirty()
})
this.setupDirtyTracking(useDoc, doc)
},