Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhxhx88 committed Feb 2, 2024
1 parent 14e6d89 commit 5430d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/frontend/src/type/annotation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
Expand Down

0 comments on commit 5430d79

Please sign in to comment.