File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 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 {
112112 ...mark . attrs ,
113113 orphan : isOrphan ,
114114 } ) ,
115- } ) ,
116115 ) ;
117116
118117 if ( isOrphan && this . selectedThreadId === markThreadId ) {
@@ -131,7 +130,6 @@ export class CommentsPlugin extends BlockNoteExtension {
131130 private readonly editor : BlockNoteEditor < any , any , any > ,
132131 public readonly threadStore : ThreadStore ,
133132 private readonly markType : string ,
134- private readonly markType : string ,
135133 ) {
136134 super ( ) ;
137135
@@ -254,7 +252,6 @@ export class CommentsPlugin extends BlockNoteExtension {
254252 selectedThreadId : string | undefined ;
255253 threadPositions : Map < string , { from : number ; to : number } > ;
256254 } ) => void ,
257- } ) => void ,
258255 ) {
259256 return this . on ( "update" , callback ) ;
260257 }
@@ -272,7 +269,6 @@ export class CommentsPlugin extends BlockNoteExtension {
272269 tr . setMeta ( PLUGIN_KEY , {
273270 name : SET_SELECTED_THREAD_ID ,
274271 } ) ,
275- } ) ,
276272 ) ;
277273
278274 if ( threadId && scrollToThread ) {
You can’t perform that action at this time.
0 commit comments