Merge pull request #11526 from overleaf/mj-ae-selection-changes

[cm6+rt] Integration of selection changes

GitOrigin-RevId: cd2574ca75eab0f8f1202d3d4b6a009f14fa33b5
This commit is contained in:
Mathias Jakobsen 2023-01-31 14:43:23 +00:00 committed by Copybot
parent 9e6a767c96
commit b42c4e57a7

View file

@ -98,6 +98,7 @@ const initialize = () => {
findEntityByPath: () => null, findEntityByPath: () => null,
getEntityPath: () => null, getEntityPath: () => null,
getRootDocDirname: () => undefined, getRootDocDirname: () => undefined,
getPreviewUrlByPath: () => undefined,
}, },
editorManager: { editorManager: {
getCurrentDocId: () => 'foo', getCurrentDocId: () => 'foo',