mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 23:31:12 +10:00
feat: page history
This commit is contained in:
@ -127,6 +127,7 @@ export const Comment = Mark.create<ICommentOptions, ICommentStorage>({
|
||||
return elem;
|
||||
},
|
||||
|
||||
// @ts-ignore
|
||||
addProseMirrorPlugins(): Plugin[] {
|
||||
// @ts-ignore
|
||||
return [commentDecoration()];
|
||||
|
||||
Reference in New Issue
Block a user