diff --git a/services/web/frontend/js/infrastructure/project-snapshot.ts b/services/web/frontend/js/infrastructure/project-snapshot.ts index 226d44923c..d16f7b81ea 100644 --- a/services/web/frontend/js/infrastructure/project-snapshot.ts +++ b/services/web/frontend/js/infrastructure/project-snapshot.ts @@ -56,7 +56,7 @@ export class ProjectSnapshot { if (file == null) { return null } - return file.getContent() ?? null + return file.getContent({ filterTrackedDeletes: true }) ?? null } private async loadDocs() {