breaking change: usar page/ en vez de doc/ para page ids
This commit is contained in:
parent
68c6043a10
commit
3a2aad4d23
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ export function getWorldY(world: WorldIdentifier): WorldY {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getWorldPage(ydoc: Y.Doc, pageId: string): Y.XmlFragment {
|
export function getWorldPage(ydoc: Y.Doc, pageId: string): Y.XmlFragment {
|
||||||
return ydoc.getXmlFragment(`doc/${pageId}`);
|
return ydoc.getXmlFragment(`page/${pageId}`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue