Skip to content

Commit 4dd88a5

Browse files
committed
Allow undoing changes when connecting
1 parent e7f9a74 commit 4dd88a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export interface IDocumentProvider extends IDisposable {
9898
/**
9999
* Connect the shared document to a room with given ID (disconnect from previous room).
100100
*/
101-
connect(roomId: string): void;
101+
connect(roomId: string, merge?: boolean): void;
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)