Skip to content

Commit 8c34f81

Browse files
committed
fix: one cursor update per event
1 parent 8fe13fa commit 8c34f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/cursor.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ message CursorEvent {
4949
// The user moving the cursor.
5050
required common.Identifier user = 1;
5151
// The new cursor position.
52-
repeated CursorUpdate position = 2;
52+
required CursorUpdate position = 2;
5353
}

0 commit comments

Comments
 (0)