We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe13fa commit 8c34f81Copy full SHA for 8c34f81
proto/cursor.proto
@@ -49,5 +49,5 @@ message CursorEvent {
49
// The user moving the cursor.
50
required common.Identifier user = 1;
51
// The new cursor position.
52
- repeated CursorUpdate position = 2;
+ required CursorUpdate position = 2;
53
}
0 commit comments