mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: follow mode (#6848)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
parent
88a2b286c7
commit
aad8ab0123
28 changed files with 1039 additions and 138 deletions
|
@ -119,6 +119,14 @@ export type SocketUpdateDataSource = {
|
|||
username: string;
|
||||
};
|
||||
};
|
||||
USER_VIEWPORT_BOUNDS: {
|
||||
type: "USER_VIEWPORT_BOUNDS";
|
||||
payload: {
|
||||
socketId: string;
|
||||
username: string;
|
||||
bounds: [number, number, number, number];
|
||||
};
|
||||
};
|
||||
IDLE_STATUS: {
|
||||
type: "IDLE_STATUS";
|
||||
payload: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue