Skip to content

Commit

Permalink
reflect lineWitdth update in remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardo-martinez committed Apr 12, 2024
1 parent 4144788 commit 99d81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/user_socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const drawLine = event => {
endX: newX,
endY: newY,
color: context.strokeStyle,
lineWidth: 2
lineWidth: context.lineWidth
};
x = newX;
y = newY;
Expand Down

0 comments on commit 99d81be

Please sign in to comment.