Skip to content

Commit 8401513

Browse files
committed
fix: build
1 parent c2ff743 commit 8401513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/loro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function recordLocalOps(
77
): boolean {
88
let changed = false;
99
for (let i = loroList.length; i < elements.length; i++) {
10-
loroList.insertContainer(i, "Map");
10+
loroList.insertContainer(i, new LoroMap());
1111
changed = true;
1212
}
1313

0 commit comments

Comments
 (0)