Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow undoing changes when connecting
Browse files Browse the repository at this point in the history
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
@@ -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;
}

/**

0 comments on commit 733e8e7

Please sign in to comment.