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 61ea690 commit c0e31c8Copy full SHA for c0e31c8
src/json-crdt-extensions/peritext/Peritext.ts
@@ -251,7 +251,7 @@ export class Peritext implements Printable {
251
252
public toString(tab: string = ''): string {
253
const nl = () => '';
254
- const {savedSlices, extraSlices, localSlices} = this;
+ const {savedSlices, extraSlices, localSlices} = this;
255
return (
256
this.constructor.name +
257
printTree(tab, [
0 commit comments