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 Sep 20, 2024
1 parent e7f9a74 commit 4dd88a5
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 @@ -98,7 +98,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 4dd88a5

Please sign in to comment.