annotations: remove comment
This commit is contained in:
@@ -27,9 +27,6 @@ export class AnnotationState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
findAnnotation(id: string) {
|
findAnnotation(id: string) {
|
||||||
// TODO: Get from Y.js?
|
|
||||||
// this.decorations.get(id)
|
|
||||||
|
|
||||||
const current = this.decorations.find()
|
const current = this.decorations.find()
|
||||||
|
|
||||||
for (let i = 0; i < current.length; i += 1) {
|
for (let i = 0; i < current.length; i += 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user