annotations: remove comment

This commit is contained in:
Hans Pagel 2021-02-12 10:45:41 +01:00
parent bc0f38570c
commit 39365c77cb

View File

@ -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) {