We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ff743 commit 8401513Copy full SHA for 8401513
lib/utils/loro.ts
@@ -7,7 +7,7 @@ export function recordLocalOps(
7
): boolean {
8
let changed = false;
9
for (let i = loroList.length; i < elements.length; i++) {
10
- loroList.insertContainer(i, "Map");
+ loroList.insertContainer(i, new LoroMap());
11
changed = true;
12
}
13
0 commit comments