mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
annotations: remove comment
This commit is contained in:
parent
bc0f38570c
commit
39365c77cb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user