experiments: add a priority to the collaboration annotation experiment

This commit is contained in:
Hans Pagel
2021-05-28 09:55:37 +02:00
parent 5858871ca8
commit b6235d7266

View File

@@ -62,6 +62,8 @@ declare module '@tiptap/core' {
export const CollaborationAnnotation = Extension.create({
name: 'annotation',
priority: 1000,
defaultOptions: <AnnotationOptions>{
HTMLAttributes: {
class: 'annotation',