Skip to content

Commit

Permalink
Allow undoing changes when connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Apr 2, 2024
1 parent f4f88d5 commit 733e8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface IDocumentProvider extends IDisposable {
/**
* Connect the shared document to a room with given ID (disconnect from previous room).
*/
connect(roomId: string): void;
connect(roomId: string, merge?: boolean): void;
}

/**
Expand Down

0 comments on commit 733e8e7

Please sign in to comment.