Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Oct 17, 2024
1 parent 050b4c0 commit cdaffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/ws-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function connectWebSocket() {
console.log("Scroll message received");
scrollToLine.middle({
cursor: message.cursor[1],
len: message.len
len: message.length
})
}
};
Expand Down

0 comments on commit cdaffa9

Please sign in to comment.