chore: clr whitespace

This commit is contained in:
karishmas6
2024-07-25 22:45:10 +05:30
parent d3576cbb2c
commit 2864a8f5bf

View File

@@ -37,8 +37,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
const lastMousePosition = useRef<Coordinates>({ x: 0, y: 0 });
const onMouseEvent = useCallback((event: MouseEvent) => {
if (socket) {
const coordinates = {