diff --git a/packages/editor/src/lib/editor/Editor.ts b/packages/editor/src/lib/editor/Editor.ts index 54ba3c210..7c9fb9655 100644 --- a/packages/editor/src/lib/editor/Editor.ts +++ b/packages/editor/src/lib/editor/Editor.ts @@ -8231,8 +8231,8 @@ export class Editor extends EventEmitter { { id: TLPOINTER_ID, typeName: 'pointer', - x: sx, - y: sy, + x: currentPagePoint.x, + y: currentPagePoint.y, lastActivityTimestamp: // If our pointer moved only because we're following some other user, then don't // update our last activity timestamp; otherwise, update it to the current timestamp.