File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ export class CommentsPlugin extends BlockNoteExtension {
112
112
...mark . attrs ,
113
113
orphan : isOrphan ,
114
114
} ) ,
115
- } ) ,
116
115
) ;
117
116
118
117
if ( isOrphan && this . selectedThreadId === markThreadId ) {
@@ -131,7 +130,6 @@ export class CommentsPlugin extends BlockNoteExtension {
131
130
private readonly editor : BlockNoteEditor < any , any , any > ,
132
131
public readonly threadStore : ThreadStore ,
133
132
private readonly markType : string ,
134
- private readonly markType : string ,
135
133
) {
136
134
super ( ) ;
137
135
@@ -254,7 +252,6 @@ export class CommentsPlugin extends BlockNoteExtension {
254
252
selectedThreadId : string | undefined ;
255
253
threadPositions : Map < string , { from : number ; to : number } > ;
256
254
} ) => void ,
257
- } ) => void ,
258
255
) {
259
256
return this . on ( "update" , callback ) ;
260
257
}
@@ -272,7 +269,6 @@ export class CommentsPlugin extends BlockNoteExtension {
272
269
tr . setMeta ( PLUGIN_KEY , {
273
270
name : SET_SELECTED_THREAD_ID ,
274
271
} ) ,
275
- } ) ,
276
272
) ;
277
273
278
274
if ( threadId && scrollToThread ) {
You can’t perform that action at this time.
0 commit comments