From 5430d79caf0d484f51ee9c11e277cb26cbb17d47 Mon Sep 17 00:00:00 2001 From: Xu Han Date: Fri, 2 Feb 2024 16:31:32 +0800 Subject: [PATCH] add a comment --- app/frontend/src/type/annotation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/frontend/src/type/annotation.ts b/app/frontend/src/type/annotation.ts index 0fdfb96..56ff32d 100644 --- a/app/frontend/src/type/annotation.ts +++ b/app/frontend/src/type/annotation.ts @@ -78,6 +78,7 @@ const IComponent = t.intersection([ t.type({ id: IComponentId, }), + // TODO(xu): don't need this after annotation persistence is fully switched to yjs. t.partial({ draft: t.boolean, }),