Skip to content

Commit 7e4844a

Browse files
committed
Merge branch 'feature/ai' of github.com:TypeCellOS/BlockNote into feature/ai
2 parents 1407e0b + f695cf2 commit 7e4844a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/src/extensions/Comments/CommentsPlugin.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)