refactoring

This commit is contained in:
Philipp Kühn 2021-02-12 15:12:52 +01:00
parent 97450ebafd
commit 55ba1ea4f9

View File

@ -100,7 +100,7 @@ export class AnnotationState {
console.warn(`[${this.options.instance}] corrupt decoration `, annotation.from, from, annotation.to, to)
}
return decorations.push(
decorations.push(
Decoration.inline(from, to, HTMLAttributes, { id, data: annotation.data }),
)
})