Skip to content

Commit 733e8e7

Browse files
committed
Allow undoing changes when connecting
1 parent f4f88d5 commit 733e8e7

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
@@ -97,7 +97,7 @@ export interface IDocumentProvider extends IDisposable {
9797
/**
9898
* Connect the shared document to a room with given ID (disconnect from previous room).
9999
*/
100-
connect(roomId: string): void;
100+
connect(roomId: string, merge?: boolean): void;
101101
}
102102

103103
/**

0 commit comments

Comments
 (0)