collaboration cursor: fix type for clientId, fix #1582
This commit is contained in:
@@ -5,7 +5,7 @@ export interface CollaborationCursorOptions {
|
||||
provider: any,
|
||||
user: Record<string, any>,
|
||||
render (user: Record<string, any>): HTMLElement,
|
||||
onUpdate: (users: { clientId: string, [key: string]: any }[]) => null,
|
||||
onUpdate: (users: { clientId: number, [key: string]: any }[]) => null,
|
||||
}
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
|
||||
Reference in New Issue
Block a user