experiments: add a priority to the collaboration annotation experiment
This commit is contained in:
@@ -62,6 +62,8 @@ declare module '@tiptap/core' {
|
|||||||
export const CollaborationAnnotation = Extension.create({
|
export const CollaborationAnnotation = Extension.create({
|
||||||
name: 'annotation',
|
name: 'annotation',
|
||||||
|
|
||||||
|
priority: 1000,
|
||||||
|
|
||||||
defaultOptions: <AnnotationOptions>{
|
defaultOptions: <AnnotationOptions>{
|
||||||
HTMLAttributes: {
|
HTMLAttributes: {
|
||||||
class: 'annotation',
|
class: 'annotation',
|
||||||
|
|||||||
Reference in New Issue
Block a user