Skip to content

Commit

Permalink
Fix initialPresence init cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom committed Aug 24, 2024
1 parent d357462 commit 792f76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/hooks/useYorkieDocument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const useYorkieDocument = (
name: presenceName,
color: Color(randomColor()).fade(0.15).toString(),
selection: null,
cursor: [0, 0],
},
});
},
Expand Down

0 comments on commit 792f76c

Please sign in to comment.