diff --git a/docs/src/demos/Experiments/Annotation/extension/AnnotationState.ts b/docs/src/demos/Experiments/Annotation/extension/AnnotationState.ts index 6f302127..af8c7f72 100644 --- a/docs/src/demos/Experiments/Annotation/extension/AnnotationState.ts +++ b/docs/src/demos/Experiments/Annotation/extension/AnnotationState.ts @@ -27,9 +27,6 @@ export class AnnotationState { } findAnnotation(id: string) { - // TODO: Get from Y.js? - // this.decorations.get(id) - const current = this.decorations.find() for (let i = 0; i < current.length; i += 1) {