Merge pull request #25869 from overleaf/em-split-editor-facade
Split EditorFacade functionality for history OT GitOrigin-RevId: 1e415e1d058c0de0b27271a9a5d7208b4a8a689b
This commit is contained in:
@@ -365,7 +365,7 @@ export class ShareJsDoc extends EventEmitter {
|
||||
|
||||
attachToCM6(cm6: EditorFacade) {
|
||||
this.attachToEditor(cm6, () => {
|
||||
cm6.attachShareJs(this._doc, getMeta('ol-maxDocLength'))
|
||||
cm6.attachShareJs(this._doc, getMeta('ol-maxDocLength'), this.type)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user