Repositories / Excalidraw
Focused tour of drawing, rendering, history, and collaboration paths; not a whole-project map.
Collaboration coordinator for broadcasting local elements and applying reconciled remote updates.
Stored evidence from this immutable analysis snapshot
case WS_SUBTYPES.UPDATE:this.handleRemoteSceneUpdate(this._reconcileElements(toBrandedType<readonly RemoteExcalidrawElement[]>(decryptedData.payload.elements,),),
);Handles a decrypted UPDATE message and routes remote elements through reconciliation before scene application.
Checks the scene version and forwards changed elements to the Portal for outbound transport.
Applies reconciled remote elements without recording them as local undo history.